From c228d9e27361a248ad5101f1488f26bd2e32d286 Mon Sep 17 00:00:00 2001 From: Konstantin Shalygin Date: Thu, 1 Sep 2022 00:07:49 +0300 Subject: [PATCH] docs/docs/configuration/auth: fixed example of oidc-issuer-url for Keycloak (#1758) Co-authored-by: Joel Speed --- docs/docs/configuration/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/auth.md b/docs/docs/configuration/auth.md index 2617e380..c8b09670 100644 --- a/docs/docs/configuration/auth.md +++ b/docs/docs/configuration/auth.md @@ -192,7 +192,7 @@ Make sure you set the following to the appropriate url: --client-id= --client-secret= --redirect-url=https://myapp.com/oauth2/callback - --oidc-issuer-url=https:///realms/ + --oidc-issuer-url=https:///auth/realms/ --allowed-role= // Optional, required realm role --allowed-role=: // Optional, required client role ```