Fix oidc-issuer-url in example

This commit is contained in:
Leandro Lafin 2024-07-12 10:38:50 -03:00
parent 443231fe96
commit ec2b5218b6
No known key found for this signature in database
GPG Key ID: 60C427B9DF40CB72
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ you should define the 'keycloak-group' value to /admin.
--client-id=<your client's id>
--client-secret=<your client's secret>
--redirect-url=https://internal.yourcompany.com/oauth2/callback
--oidc-issuer-url=https://<keycloak host>/auth/realms/<your realm>
--oidc-issuer-url=https://<keycloak host>/realms/<your realm> // For Keycloak versions <17: --oidc-issuer-url=https://<keycloak host>/auth/realms/<your realm>
--email-domain=<yourcompany.com> // Validate email domain for users, see option documentation
--allowed-role=<realm role name> // Optional, required realm role
--allowed-role=<client id>:<client role name> // Optional, required client role