From 1893fd499af00a226b7490b421d48313a1d2ac3a Mon Sep 17 00:00:00 2001 From: Simon Lichtinghagen <2264757+silicht@users.noreply.github.com> Date: Mon, 7 Nov 2022 14:41:31 +0100 Subject: [PATCH] fix: login with Keycloak 20 by explicit set OAuth scopes (#5808) * Fix login with Keycloak 20 by explicit set OAuth scopes * moved scopes to definition.yml Co-authored-by: Simon Lichtinghagen --- server/modules/authentication/keycloak/definition.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/modules/authentication/keycloak/definition.yml b/server/modules/authentication/keycloak/definition.yml index df8ca666..d4ab044c 100644 --- a/server/modules/authentication/keycloak/definition.yml +++ b/server/modules/authentication/keycloak/definition.yml @@ -7,6 +7,10 @@ color: blue-grey darken-2 website: https://www.keycloak.org/ useForm: false isAvailable: true +scopes: + - openid + - profile + - email props: host: type: String