SCIM Connector: Is there support for OAuth2 with PKCE

We would like to setup an application that allows us to Provision users and groups to our own backend.

There is support for OAUTH2 but that seems pretty limited.

Is there a way to use PKCE?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

@mvdpcr apologies for the delayed response, looks like we only support Authorization Code Flow right now - SCIM - frequently asked questions | Okta Developer

Okta recommends using the OAuth 2.0 Authorization Code grant flow. Okta doesn’t support the Client Credentials or Resource Owner Password Credentials Authorization grant flows for SCIM. The Authorization Code grant flow is more common in SaaS and cloud integrations and is also more secure.