Search code examples
c#asp.netasp.net-mvcazureopenid

Does Microsoft.Owin.Security.OpenIdConnect use OpenID, SAML 2.0 and LDAP Authentication?


I am trying to follow this link for integration of Azure AD authentication. I am confused. Which method is this using internally?

Is it using Open ID, SAML 2.0 and LDAP authentication or just Open ID authentication?

I followed the link and the authentication is working fine but want to understand which method is this using internally.


Solution

  • It uses OpenID Connect. The documentation has further explanations how the protocol works.