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:
parent
504f1725a2
commit
1893fd499a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user