Skip to content

Commit

Permalink
Merge pull request #658 from entando/ENDOC-640
Browse files Browse the repository at this point in the history
ENDOC-640 Entando Entando Identity Management System Documentation
  • Loading branch information
Lyd1aCla1r3 authored Jan 12, 2023
2 parents 1ab162c + c4e7391 commit ca04d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vuepress/docs/next/docs/consume/identity-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Keycloak authorizes microservices using clients and roles. Authorizations are st

Below are the steps to grant a user one or more roles for a specific client. This controls permissions when configuring the microservice. Note: when a microservice is installed in Entando, a corresponding client (and set of roles) is created per its plugin definition.

1. [Login to your Keycloak instance](#logging-into-your-keycloak-instance)
1. [Login to Keycloak](#logging-into-your-keycloak-instance), which for non-external Keycloak instances is [the base URL of your running Entando application](../getting-started/README.md#configure-access-to-your-cluster) followed by `/auth/`, e.g. http://YOUR-HOST-NAME/auth. In a standard Entando installation, the base URL can be verified with `kubectl get ingress/default-sso-in-namespace-ingress`.
2. Select `Users` from the menu on the left
3. Use the search box to find the appropriate user, e.g. "admin"
4. Click on the user ID
Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/v7.1/docs/consume/identity-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Keycloak authorizes microservices using clients and roles. Authorizations are st

Below are the steps to grant a user one or more roles for a specific client. This controls permissions when configuring the microservice. Note: when a microservice is installed in Entando, a corresponding client (and set of roles) is created per its plugin definition.

1. [Login to your Keycloak instance](#logging-into-your-keycloak-instance)
1. [Login to Keycloak](#logging-into-your-keycloak-instance), which for non-external Keycloak instances is [the base URL of your running Entando application](../getting-started/README.md#configure-access-to-your-cluster) followed by `/auth/`, e.g. http://YOUR-HOST-NAME/auth. In a standard Entando installation, the base URL can be verified with `kubectl get ingress/default-sso-in-namespace-ingress`.
2. Select `Users` from the menu on the left
3. Use the search box to find the appropriate user, e.g. "admin"
4. Click on the user ID
Expand Down

0 comments on commit ca04d8c

Please sign in to comment.