A .NET 4.5 MVC web app that signs Azure AD users in with OpenID Connect and calls a web api using OAuth 2.0 access tokens.
☆82Jan 22, 2020Updated 6 years ago
Alternatives and similar repositories for active-directory-dotnet-webapp-webapi-openidconnect
Users that are interested in active-directory-dotnet-webapp-webapi-openidconnect are comparing it to the libraries listed below
Sorting:
- A .NET 4.5 MVC Web API protected by Azure AD that receives tokens from a client and uses ADAL to get tokens for calling the MIcrosoft Gra…☆101Feb 6, 2020Updated 6 years ago
- In the sample, an existing web app with its own way of signing in users adds the ability to call an Azure AD protected web API using OAut…☆54Jan 22, 2020Updated 6 years ago
- A .NET 4.5 MVC web app that uses Azure AD application roles for authorization.☆100Jan 22, 2020Updated 6 years ago
- A .NET 4.5 MVC web app that uses Azure AD for sign-in and calls a web API under the application's identity, instead of the user's identit…☆50Jan 22, 2020Updated 6 years ago
- A .NET MVC web application that uses OpenID Connect to sign-in users from a single Azure Active Directory tenant.☆159Jan 22, 2020Updated 6 years ago
- A .NET console application that performs various queries against the Azure AD Graph API using both user identities and application identi…☆79Apr 2, 2019Updated 6 years ago
- A sample .NET 4.5 MVC SaaS web app that signs-up and signs-in users from any Azure AD tenant, and calls the Azure AD Graph API.☆65Jan 22, 2020Updated 6 years ago
- An ASP.NET Core web application that authenticates Azure AD users from any tenant and calls a web API using OAuth 2.0 access tokens.☆31Jan 22, 2020Updated 6 years ago
- A .NET 4.5 MVC web app that demonstrates how to query the Azure AD Graph API using the Azure AD Graph Client Library☆83Feb 4, 2018Updated 8 years ago
- A windows desktop program that demonstrates non-interactive authentication to Azure AD using a username & password, and optionaly windows…☆84Jan 29, 2020Updated 6 years ago
- ADAL authentication libraries for .net