2

Is there possibility to authenticate users through Azure Active Directory when my application written in ASP.NET 5 and MVC 6 is hosted on IIS (not on Azure)? Use case is to have users stored in Azure AD and while login to my application I would checks users in Azure AD. I was thinking about custom ApplicationUserStore which would connect Azure AD.

1 Answer 1

2

Yes, it is definitely possible to authenticate users through Azure Active Directory (AAD) for ASP.NET 5 and MVC 6 application.

You could use the Azure Active Directory Authentication Library nuget published by Microsoft to manage the AAD authentication in your application.

Note: The current stable release of the above nuget does not support ASP.NET 5.

You will need to use the newer pre-release version for ASP.NET 5 support.

Reference: Active Directory Authentication Library NuGet page

Hope this helps!

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks - that is what I've been looking for!
@dawidr, glad to help you!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.