Connect to OKTA via API

To connect to Okta SSO to provision users via a REST provided API endpoint, what are the requirements of that API i.e SCIM compliant, OAuth 2.0 and what tool within the Okta ecosystem is best to accomplish this?

Thank You

I’d definitely recommend looking into using SCIM for this. Okta supports both SCIM 1.1 and SCIM 2.0 (with the latter being recommended).

While we don’t have an officially supported toolkit for this, there is a blog post with a sample SCIM server that you may want to check out: How to Build a Flask SCIM Server Configured for Use with Okta | Okta Developer

2 Likes

Does other endpoint have to be SCIM compliant?

Thanks

What do you mean? To set up your server as a SCIM integration in Okta?