How to check if the app is using Oauth or Open ID Connect

Newman 0 Reputation points
2023-05-17T04:08:22.1333333+00:00

Hello,

I was wondering if there is a way to check in azure ad logs if an application is using Oauth or Open ID Connect in the SSO.

Thank you in advance

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,764 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,444 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sandeep G-MSFT 14,326 Reputation points Microsoft Employee
    2023-05-17T12:42:04.9466667+00:00

    @Newman

    Applications configure in Azure AD uses either OpenID connect or SAML protocols.

    Oauth is an authorization protocol and OpenID connect is an authentication protocol.

    OpenID connect uses Oauth post authentication.

    Basically, OpenID connect is an upper layer of authentication and Oauth is an authorization protocol.

    Let me know if you have any further questions on this.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.