SCIM configuration details
| Name | Type | Description | Notes |
|---|---|---|---|
| AuthMode | string | The authentication mode for requests to your SCIM server | authMode |
| BaseUri | string | The 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'`. | |
| ScimServerConfig | ScimScimServerConfig | ||
| SetupInstructionsUri | string | The URL to your customer-facing instructions for configuring your SCIM integration. See Customer configuration document guidelines. |