Okta.Sdk.Model.Scim

October 22, 2025 ยท View on GitHub

SCIM configuration details

Properties

NameTypeDescriptionNotes
AuthModestringThe authentication mode for requests to your SCIM serverauthMode
BaseUristringThe base URL that Okta uses to send outbound calls to your SCIM server. Only the HTTPS protocol is supported. You can use the app-level variables defined in the `config` array for the base URL. For example, if you have a `subdomain` variable defined in the `config` array and the URL to retrieve SCIM users for your integration is `https://${subdomain}.example.com/scim/v2/Users`, then specify the following base URL: `'https://' + app.subdomain + '.example.com/scim/v2'`.
ScimServerConfigScimScimServerConfig
SetupInstructionsUristringThe URL to your customer-facing instructions for configuring your SCIM integration. See Customer configuration document guidelines.

[Back to Model list] [Back to API list] [Back to README]