You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that I couldn't access the user information endpoint until I added a client scope in Keycloak called "openid". Unsure if this is a version issue with keycloak.
The text was updated successfully, but these errors were encountered:
Appending &scope=openid to the redirect uri also works if you dont want to add the scope in Keycloak. <%= link_to 'Login with SSO' , KeycloakOauth.connection.authorization_endpoint(options: { redirect_uri: keycloak_oauth.oauth2_url + "&scope=openid" }), class:'button' %>
I found that I couldn't access the user information endpoint until I added a client scope in Keycloak called "openid". Unsure if this is a version issue with keycloak.
The text was updated successfully, but these errors were encountered: