Skip to content

foundation Keycloak Login

At this point, you need an administrator account that can act as a super admin with full permisions to manage all parts of Keycloak. With this account, you can log into the Keycloak Admin Console where you create realms and users and register applications that are secured by Keycloak.

For more information about Keycloak administrator, see administration guide.

Login

Procedure

  1. Access: http://<server-ip>:<foundation-port>/keycloak

    Get link to acess keycloak view:
    sudo foundation config --get-keycloak-link
    

    keycloak-welcome

  2. Click the Administration Console

    keycloak-login

  3. Do login with default keycloak user.

    Manager user

    This user there is a specific role, for more information, see keycloak user administration.

    user: adminKeycloak

    pass: adminKeycloak

    IMPORTANT: We recommend that you change the password after login, for higher security.

    Check change user password.

Creating keycloak user administration

Admin Console

Through the admin console administrators can centrally manage all aspects of the Keycloak server.

They can enable and disable various features. They can configure identity brokering and user federation.

They can create and manage applications and services, and define fine-grained authorization policies.

They can also manage users, including permissions and sessions.

Procedure

  1. Select master realm.

  2. Create a keycloak user.

  3. Click the "Credentials tab" and "Set Password".

  4. Click the "Role mapping tab" and assign admin role.

keycloak-user-administration