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>
This commit is contained in:
Simon Lichtinghagen 2022-11-07 14:41:31 +01:00 committed by GitHub
parent 504f1725a2
commit 1893fd499a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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