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
Is your feature request related to a problem? Please describe.
When using SSO Secret Templating (#263) to create clients, we need a way to set default scopes on the client. This is because Keycloak is now requiring the openid client scope to be present on all tokens in order for the userinfo call to succeeed (See: defenseunicorns/uds-identity-config#38)
Describe the solution you'd like
Given I am using SSO Secret Templating to make a new client
The openid client scope also has to be configured on the keycloak realm before it can be added to specific clients. Issue open here for that: defenseunicorns/uds-identity-config#38
Is your feature request related to a problem? Please describe.
When using SSO Secret Templating (#263) to create clients, we need a way to set default scopes on the client. This is because Keycloak is now requiring the openid client scope to be present on all tokens in order for the userinfo call to succeeed (See: defenseunicorns/uds-identity-config#38)
Describe the solution you'd like
Additional context
The openid client scope also has to be configured on the keycloak realm before it can be added to specific clients. Issue open here for that: defenseunicorns/uds-identity-config#38
Keycloak change that requires this explained here: https://www.keycloak.org/docs/latest/upgrading/index.html#userinfo-endpoint-changes
The text was updated successfully, but these errors were encountered: