Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Through custom SSO, you can conveniently add the required IdPs according to your own needs. Currently, we support the common IdPs based on OpenID Connect. The following will take the well-known KeyCloak as an example to illustrate the detailed configuration.

...

  1. Go to https://{your_keycloak_domain}/realms/{realmname}/.well-known/openid-configuration to get URL information for CX system connection.

...

Note
  • Scope indicates the value ​​that the cx CX system is allowed to obtain from KeyCloak. openid is required, profile and email are optional. For other scopes you want to add, you can copy from KeyCloak > Realm > Client scopes.

  • Each scope is separated by a comma and cannot contain any space ahead of or behind the comma.

...