From 6ced2e5ad4785b7e2bbb7d7867dd41e5700c0461 Mon Sep 17 00:00:00 2001 From: Matt Cote Date: Mon, 27 Sep 2021 14:37:19 -0400 Subject: [PATCH] Fix formatting of Keycloak provider documentation --- docs/docs/configuration/auth.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/auth.md b/docs/docs/configuration/auth.md index 576c5819..1b6ad3d2 100644 --- a/docs/docs/configuration/auth.md +++ b/docs/docs/configuration/auth.md @@ -146,12 +146,14 @@ If you are using GitHub enterprise, make sure you set the following to the appro ### Keycloak Auth Provider +:::note +This is the legacy provider for Keycloak, use [Keycloak OIDC Auth Provider](#keycloak-oidc-auth-provider) if possible. +::: + 1. Create new client in your Keycloak realm with **Access Type** 'confidental' and **Valid Redirect URIs** 'https://internal.yourcompany.com/oauth2/callback' 2. Take note of the Secret in the credential tab of the client 3. Create a mapper with **Mapper Type** 'Group Membership' and **Token Claim Name** 'groups'. -:::note this is the legacy Keycloak Auth Prodiver, use `keycloak-oidc` if possible. ::: - Make sure you set the following to the appropriate url: ```