CREATE SECURITY INTEGRATION
Last updated
Last updated
Security integrations allow s to configure authentication and authorization mechanisms.
SOnly a role with MANAGE_MEMBERS privilege can create a security integration.
Specifies the name of the new security integration. If the name is case sensitive you must wrap it in double quotes; otherwise the system uses the lower case name.
This clause specifies Security Integration Parameters.
type
Type of security integration. Required: Yes
Valid values: SCIM
scim.client
Type of SCIM client that will use the SCIM API. Required: No
Valid values: OKTA
scim.run_as_role
The role used to manage all users and custom roles for the SCIM integration.
Required: No
Valid values: okta_skim_provisioner
for OKTA client.
Default: okta_skim_provisioner
for OKTA client.
The following creates a new SCIM security integration with name okta
:
Note The role okta_skim_provisioner
must exist with the MANAGE_MEMBERS
privlege.
You can use the Uri
and Token
from the response of this command to configure an Okta App Integration.