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 the problem.
I want to detect the tenant from the claims of a ClaimsIdentity
Describe the solution you would like
Similar to the FromRequestHeaderStrategy, a new strategy should be added that takes a claim name as argument.
It then tries to detect the tenant from the current identity.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe the problem.
I want to detect the tenant from the claims of a
ClaimsIdentity
Describe the solution you would like
Similar to the
FromRequestHeaderStrategy
, a new strategy should be added that takes a claim name as argument.It then tries to detect the tenant from the current identity.
Additional context
No response
The text was updated successfully, but these errors were encountered: