Skip to content

Commit 45266dd

Browse files
Merge pull request #558 from gristlabs/updates-to-oidc-keycloak
Updating configuration steps for Keycloak
2 parents 8312e5d + da98be9 commit 45266dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

help/en/docs/install/oidc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,10 @@ This format is suitable for an `.env` file or similar. From a shell invocation,
119119

120120
First of all, set up Keycloak as explained in one of these "Getting started" guides: <https://www.keycloak.org/guides#getting-started>.
121121

122-
Once keycloak is set up with a realm and a user, create a new client with the following configuration:
122+
Once keycloak is set up with a realm and a user, [create a new client](https://www.keycloak.org/docs/latest/server_admin/index.html#proc-creating-oidc-client_server_administration_guide) with the following configuration:
123123

124124
- Client type: OpenID Connect
125+
- Client authentication: ON
125126
- Authentication flow: Standard Flow
126127
- Root URL: `https://<grist-domain>`
127128
- Valid redirect URIs: `/oauth2/callback`

0 commit comments

Comments
 (0)