From 1e761bf8fdbf77c4b4bb02cc149883b3cd1d6589 Mon Sep 17 00:00:00 2001 From: Jan Garaj Date: Mon, 25 Oct 2021 10:01:35 +0100 Subject: [PATCH] Keycloak OIDC config improvement --- docs/versioned_docs/version-7.2.x/configuration/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-7.2.x/configuration/auth.md b/docs/versioned_docs/version-7.2.x/configuration/auth.md index 1b6ad3d2..de23dd84 100644 --- a/docs/versioned_docs/version-7.2.x/configuration/auth.md +++ b/docs/versioned_docs/version-7.2.x/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:///auth//basic + --oidc-issuer-url=https:///auth/realms/ --allowed-role= // Optional, required realm role --allowed-role=: // Optional, required client role ```