To create a new connection
- In the Synchronization Service Administration Console, open the Connections tab.
-
Click Add Connection, and then use the following options:
-
Connection name. Type a descriptive name for the connection.
-
Use the specified connector. Select SCIM Connector.
-
- Click Next.
-
On the Add Connection page, select the following options:
- SCIM settings
- SCIM version. Select the required version of the SCIM. The available options are V2 and V1.1.
- SCIM URL. Provide the SCIM URL.
- Schema URL. Provide the schema URL.
- Authentication type. Select the authentication type. The available options are OAuth, Basic, and API Key.
- Authentication parameters
Based on the chosen Authentication type, the parameters required for authenticating also differs.
Basic
- User name. Provide the username
- Password. Provide the password used for authentication.
IMPORTANT: Some of the connectors might use API key as the User name and the API token as the Password. For example, Ping Identity uses the API key and API token,
OAuth
Depending on the Grant Type selected, the following options are displayed. Th available options are password, client_credentials, Bearer_Token
- password
- Token URL. Provide the URL of the token.
- User name. Provide the username.
- Password. Provide the password .
- Client id. Provide the client id used to login.
- Client secret. Provide the client secret.
- client_credentials
- Token URL. Provide the URL of the token.
- Client id. Provide the client id used to login.
- Client secret. Provide the client secret.
- Bearer_Token
- Bearer token. Provide the bearer token.
IMPORTANT: A connection established using the bearer token has a time-limit, specified by the token provider. After the expiration of the time-limit, the connection is discontinued. A new token must be created to establish a new connection session.
- Bearer token. Provide the bearer token.
API_Key
- Key. Provide the API key.
- Token. Provide the API token.
- SCIM settings
-
Click Finish to create a connection to a SCIM connector.