Merge pull request #1419 from jangaraj/patch-1

Keycloak OIDC config improvement
This commit is contained in:
Joel Speed 2021-11-12 18:25:04 +00:00 committed by GitHub
commit 9caf8c7040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ Make sure you set the following to the appropriate url:
--client-id=<your client's id>
--client-secret=<your client's secret>
--redirect-url=https://myapp.com/oauth2/callback
--oidc-issuer-url=https://<keycloak host>/auth/<your realm>/basic
--oidc-issuer-url=https://<keycloak host>/auth/realms/<your realm>
--allowed-role=<realm role name> // Optional, required realm role
--allowed-role=<client id>:<client role name> // Optional, required client role
```