Unverified Commit 1893fd49 authored by Simon Lichtinghagen's avatar Simon Lichtinghagen Committed by GitHub

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: 's avatarSimon Lichtinghagen <sl@bnmsp.de>
parent 504f1725
...@@ -7,6 +7,10 @@ color: blue-grey darken-2 ...@@ -7,6 +7,10 @@ color: blue-grey darken-2
website: https://www.keycloak.org/ website: https://www.keycloak.org/
useForm: false useForm: false
isAvailable: true isAvailable: true
scopes:
- openid
- profile
- email
props: props:
host: host:
type: String type: String
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment