1
Answer

How to use Azure AD goups authorization in an ASP.NET MVC 5

I am working on an ASP.NET MVC 5 application which should authenticate with an external identity provider (Azure Active Directory).
I want to authorize application with Azure AD groups or roles - how can I do that?
Answers (1)