Skip to content

Explicitly set correct OAuth2 scope when enabling SSO

Jack Henschel requested to merge jhensche-master-patch-48258 into master

Since Keycloak 20, it is required to set the openid scope when requesting a JWT, otherwise the application does not have access to the /userinfo OIDC endpoint.

Screenshot_2023-05-09_at_13-43-05_Jack_s_Discourse

Edited by Jack Henschel

Merge request reports