Skip to content

Commit

Permalink
incorrect scopes being sent (#106)
Browse files Browse the repository at this point in the history
* incorrect scopes being sent

* correct scopes
  • Loading branch information
dblane-digicatapult committed Jul 3, 2024
1 parent 02ed7b8 commit 3e8976f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ grafana:
enabled: true
name: Keycloak
allow_sign_up: true
scopes: profile,email,groups
scopes: openid,email,profile,offline_access,roles
auth_url: https://auth.dsch-l3.com/realms/monitoring/protocol/openid-connect/auth
token_url: https://auth.dsch-l3.com/realms/monitoring/protocol/openid-connect/token
api_url: https://auth.dsch-l3.com/realms/monitoring/protocol/openid-connect/userinfo
Expand Down

0 comments on commit 3e8976f

Please sign in to comment.