Hi Team,
I’m currently working on setting up an app integration for SCIM provisioning, where I intend to use OAuth 2.0 with the Client Credentials grant type.
While reviewing the app catalog, I came across the following pre-built integrations:
- SCIM 2.0 Test App (Basic Auth)
- SCIM 2.0 Test App (Header Auth)
- SCIM 2.0 Test App (OAuth Bearer Token)
However, these options do not meet my requirements, as I would like to avoid using Basic Authentication or a long lived Bearer Token flow.
As an alternative, I created a custom app integration using SAML 2.0. With this setup, I was able to successfully enable SCIM provisioning and configure OAuth 2.0 with the Client Credentials grant type.
However, I’m encountering some limitations in the provisioning settings:
-
Under “To App” settings → Provisioning to App, I only see the “Create Users” option.
I am also interested in enabling additional capabilities mentioned below, which appear to be available in the pre-built integrations from the app catalog- Update User Attributes
- Deactivate Users
- Sync Password
-
Additionally, under Attribute Mappings, the “Apply on” column only supports Create. The “Create and update” option is disabled.
Could you please help clarify whether this is a limitation of custom SAML + SCIM integrations, or if there is a way to enable these additional provisioning capabilities?
I would appreciate your guidance on this. Thank you in advance



