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

A .NET MVC web application that uses OpenID Connect to sign-in users from a single Azure Active Directory tenant.
159 stars 109 forks source link

Integrate Azure AD into a web application using OAuth 2.0 #45

Closed TommySharpNZ closed 6 years ago

TommySharpNZ commented 6 years ago

Hey everyone, sorry I'm looking for this exact content and examples but that shows how to use OAuth 2.0.

Anyone able to help me out with links or something???

jmprieur commented 6 years ago

@TommySharpNZ : OpenID Connect is a derivation of OAuth 2.0.. Whereas OAuth 2.0 does not specify the shape of the token, for instance, OpenIDConnect decides that this will be JWT. So this is using OAuth 2.0

You can also find some more recent ASP.NET Core 2.0 samples in Azure-Samples/active-directory-dotnet-webapp-openidconnect-aspnetcore