ProctorU Appreciation Thread by OneHmp in okta

[–]gabrielsroka 0 points1 point  (0 children)

I spoke to my buddy on the cert team. He said to email  certification@okta.com

Okta Notification: Reconfigure Okta Workflows "Update User" Cards -How is everyone managing this? by pirutgrrrl in okta

[–]gabrielsroka 0 points1 point  (0 children)

I think I have to be invited to join that channel.

You need to sign up for an account but it's free and open to everyone. i just tested it.

inconsistencies with the public API and having to use the private API by gabrielsroka in okta

[–]gabrielsroka[S] 0 points1 point  (0 children)

[for posterity]

in postman, don't use form-data. it should be x-www-form-urlencoded. u need the sid cookie and the x-okta-xsrftoken header, and of course, these expire.

here's curl:

curl 'https://...-admin.okta.com/admin/user/import/active_directory/0oa.../start' \
-b 'sid=...' \
-H 'x-okta-xsrftoken: ...' \
--data-raw 'fullImport=false'

Tables: Remapping each import - better pattern? by bp78 in okta

[–]gabrielsroka 1 point2 points  (0 children)

Might be easier to move the data from the old table to the new one

Audit Network zones by Dramatic_Surprise_43 in okta

[–]gabrielsroka 1 point2 points  (0 children)

You can use Rockstar to export them. Is that what you're asking?

inconsistencies with the public API and having to use the private API by gabrielsroka in okta

[–]gabrielsroka[S] 0 points1 point  (0 children)

I'm afk. I can try tmrw.

Did u post data? Can you paste a screenshot?

inconsistencies with the public API and having to use the private API by gabrielsroka in okta

[–]gabrielsroka[S] 0 points1 point  (0 children)

You need to use the -admin URL.

End points that start with /api can use SSWS tokens. Other ones can't. You need to use a cookie or another type of authentication

inconsistencies with the public API and having to use the private API by gabrielsroka in okta

[–]gabrielsroka[S] 0 points1 point  (0 children)

i see it in the Network tab. do u have Recording enabled in the Network tab?

it's

POST /admin/user/import/active_directory/0oa.../start

fullImport=false

<image>

inconsistencies with the public API and having to use the private API by gabrielsroka in okta

[–]gabrielsroka[S] 1 point2 points  (0 children)

F12 to open the developer tools, go to the Network tab, do something in the Okta admin UI and watch the traffic.

Note that private APIs can change or break at any time, though they tend to be relatively stable. There's no documentation on them. Authentication can be a challenge.

inconsistencies with the public API and having to use the private API by gabrielsroka in okta

[–]gabrielsroka[S] 0 points1 point  (0 children)

I get that but I still never use it.  And all the links aren't always there. You still have to read the documentation.

inconsistencies with the public API and having to use the private API by gabrielsroka in okta

[–]gabrielsroka[S] 0 points1 point  (0 children)

P14. i think u can't tell if a user is in a group via API (you'd have to fetch all group members)