Skip to content

Commit

Permalink
fix: login with Keycloak 20 by explicit set OAuth scopes (#5808)
Browse files Browse the repository at this point in the history
* Fix login with Keycloak 20 by explicit set OAuth scopes

* moved scopes to definition.yml

Co-authored-by: Simon Lichtinghagen <sl@bnmsp.de>
  • Loading branch information
silicht and Simon Lichtinghagen committed Nov 7, 2022
1 parent 504f172 commit 1893fd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/modules/authentication/keycloak/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1893fd4

Please sign in to comment.