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.
It uses OpenID Connect. The documentation has further explanations how the protocol works.