Skip to main content
Version: v4.5

Setting up the platform as an identity provider

  1. To configure your SP in the Identity Service identity provider (IDP), contact the platform support team and provide the following information:

    • The service provider XML metadata

    • Optional: The following user attribute names that the service provider (SP) requires in the SAML assertion. If you do not provide user attribute names, default values are used.

      User attribute nameSAML response attribute descriptionDefault value
      FirstNameThe user's first namefirstName
      LastNameThe user’s last namelastName
      EmailAddressThe user’s email addressemail
  2. When the platform support team supplies your IDP metadata, configure it in your service provider.

  3. Optional: To synchronize user information between multiple systems for automated provisioning and deprovisioning with the SCIM (System for Cross-domain Identity Management) protocol, provide the following information to the platform support team to register SCIM information in the Identity Service. For more information on SCIM, see SCIM protocol information synchronization.

    Table 4: SCIM registration information for the Identity Service

    ItemDescriptionSample value
    Base URLThe SCIM URL that the SCIM server exposes. Ensure that the base URL follows the RFC 7644 standard. For more information, see https://datatracker.ietf.org/doc/html/rfc7644.https://example.com/v2/Users
    Token URLIdentity Service gets token using OAUTH2 client credentials to authenticate before making SCIM APIshttps://example.com/v2/oauth/token
    clientIdOAUTH2 client IDVNAFBRKKQVFZHPGBHMGOE
    clientSecretOAUTH2 client secretCLIENTSECRETCLIENTSECRETCLIENTSECRETCLIENTSECRETCLIENTSECRET