From ce5bed09ee55c8fbde6baa30f4da1d84b70f5805 Mon Sep 17 00:00:00 2001 From: lenglet-k <107568487+lenglet-k@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:49:58 +0100 Subject: [PATCH] feat: add custom-params.type oauth for keycloak --- configuration/authentication/oauth2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/authentication/oauth2.md b/configuration/authentication/oauth2.md index 8aaf658..012583e 100644 --- a/configuration/authentication/oauth2.md +++ b/configuration/authentication/oauth2.md @@ -208,5 +208,5 @@ auth: client-name: keycloak provider: keycloak custom-params: - type: keycloak + type: oauth ```