Selaa lähdekoodia

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 <sl@bnmsp.de>
Simon Lichtinghagen 2 vuotta sitten
vanhempi
sitoutus
1893fd499a
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      server/modules/authentication/keycloak/definition.yml

+ 4 - 0
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