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
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
I have IdServerv2 setup as a Federation Gateway with Azure AD. The flow is working perfectly between Partner app -> AAD -> MyIdSvrV2 <-> MyApp
I can get the logged in username, but how do I manage Roles?
I tried to look into the incoming Claims, but it contains everything except roles and nor the User.IsInRole() method helping.
How do we achieve user role mapping in this scenario?
I want to be able to impose MyApps role based security on the user authenticated by external identity provider as well.
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have IdServerv2 setup as a Federation Gateway with Azure AD. The flow is working perfectly between Partner app -> AAD -> MyIdSvrV2 <-> MyApp
I can get the logged in username, but how do I manage Roles?
I tried to look into the incoming Claims, but it contains everything except roles and nor the User.IsInRole() method helping.
How do we achieve user role mapping in this scenario?
I want to be able to impose MyApps role based security on the user authenticated by external identity provider as well.
Thanks.
The text was updated successfully, but these errors were encountered: