Home / Best Practices / Global docking Keycloak

Global docking Keycloak

Keycloak is an open-source solution for modern application services, identity authentication, and access management. The platform supports docking with Keycloak and implements single sign-on based on the OIDC protocol.

Procedure

  1. Log in to Keycloak as a user with administrator privileges.

  2. Manually create clients named “dex” in the Keycloak platform:

  3. Copy and save the secret for later use.

  4. Configure OIDC, refer to the document Adding OIDC .

  5. Create a user and log in. Click Mappers > create in the Client ID “dex” with the following parameters:

    Click the Attributes tab and add the “email_verified” attribute.

  6. Set a password for the user.

  7. Configuration completed.