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
It would be nice to get the client name from OidcRequestContextProperties in OidcRequestFilter, in case multiple named clients are used.
Background: currently we are setting some additional information to oidc requests in a common OidcRequestFilter. At the time we don't really have the usecase for multiple named clients, but in case we had, we would need to set different values for every client, but the client name information is missing in the fitlter context. (It could be possible to differentiate based on URL, but having the client name would be definitely simpler)
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
Description
It would be nice to get the client name from
OidcRequestContextProperties
inOidcRequestFilter
, in case multiple named clients are used.Background: currently we are setting some additional information to oidc requests in a common OidcRequestFilter. At the time we don't really have the usecase for multiple named clients, but in case we had, we would need to set different values for every client, but the client name information is missing in the fitlter context. (It could be possible to differentiate based on URL, but having the client name would be definitely simpler)
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: