Azure-Samples / active-directory-dotnet-webapp-webapi-multitenant-openidconnect

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.
66 stars 45 forks source link

Is there a web api in the sample #4

Closed anujc closed 7 years ago

anujc commented 10 years ago

Is there a web api in the sample. How is this different than Web Browser to Web Application sample https://github.com/AzureADSamples/WebApp-MultiTenant-OpenIdConnect-DotNet

WilBloodworth commented 9 years ago

Nope. Web API isn't used in this project at all. WebAPI should not be in the title.

Compufreak345 commented 7 years ago

Yes, the difference is the UserProfileController that calls the graph web api.