Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

An ASP.NET Core web application that signs-in Azure AD users from a single Azure AD tenant.

Notifications You must be signed in to change notification settings

Azure-Samples/active-directory-dotnet-webapp-openidconnect-aspnetcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 

Repository files navigation

Integrating Azure AD into an ASP.NET Core web app

There's a newer version of this sample taking advantage of the Microsoft identity platform (formerly Azure AD v2.0)

Check it out: https://github.com/Azure-Samples/ms-identity-aspnetcore-webapp-tutorial, and in particular the first chapters of the tutorial which show how to sign-in a user to a Web app using OpenIDConnect. See 1-WebApp-OIDC

If you really need to access this Azure AD v1.0, you can navigate to the master branch, but please know that it's no longer supported.