From 4a04ff452929de990cbc47faf8f818df1fe72248 Mon Sep 17 00:00:00 2001 From: blz-ea Date: Tue, 22 Sep 2020 20:13:00 -0400 Subject: [PATCH] docs: fix Keycloak provider documentation --- docs/2_auth.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/2_auth.md b/docs/2_auth.md index 974dfbc9..d8230289 100644 --- a/docs/2_auth.md +++ b/docs/2_auth.md @@ -142,9 +142,9 @@ Make sure you set the following to the appropriate url: -provider=keycloak -client-id= -client-secret= - -login-url="http(s):///realms//protocol/openid-connect/auth" - -redeem-url="http(s):///realms//protocol/openid-connect/token" - -validate-url="http(s):///realms//protocol/openid-connect/userinfo" + -login-url="http(s):///auth/realms//protocol/openid-connect/auth" + -redeem-url="http(s):///auth/realms//protocol/openid-connect/token" + -validate-url="http(s):///auth/realms//protocol/openid-connect/userinfo" -keycloak-group= The group management in keycloak is using a tree. If you create a group named admin in keycloak you should define the 'keycloak-group' value to /admin.