https://github.com/Azure-Samples/active-directory-dotnet-webapp-openidconnect-aspnetcore
An ASP.NET Core web application that signs-in Azure AD users from a single Azure AD tenant.
https://github.com/Azure-Samples/active-directory-dotnet-webapp-openidconnect-aspnetcore
Last synced: 5 months ago
JSON representation
An ASP.NET Core web application that signs-in Azure AD users from a single Azure AD tenant.
- Host: GitHub
- URL: https://github.com/Azure-Samples/active-directory-dotnet-webapp-openidconnect-aspnetcore
- Owner: Azure-Samples
- Archived: true
- Created: 2015-02-18T16:44:59.000Z (over 11 years ago)
- Default Branch: archive
- Last Pushed: 2019-11-14T16:26:44.000Z (over 6 years ago)
- Last Synced: 2024-04-11T17:01:54.913Z (about 2 years ago)
- Language: HTML
- Homepage:
- Size: 3.15 MB
- Stars: 132
- Watchers: 68
- Forks: 53
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/1-WebApp-OIDC)
If you really need to access this Azure AD v1.0, you can navigate to the [master](https://github.com/Azure-Samples/active-directory-dotnet-webapp-openidconnect-aspnetcore/tree/master) branch, but please know that it's no longer supported.