OAuth 2.0 and OpenID Connect protocols
In brief
Learn about OAuth 2.0 and OpenID Connect in Microsoft identity platform. Explore authentication flows, endpoints, and secure user authentication.
What Entra admins need to know
Review the documentation change to determine whether it affects tenant configuration, security posture, or rollout plans.
This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below is an extract of the Microsoft Learn article showing only the changed content. Open the full article for complete context.
Entra ID > App registrations > <YOUR-APPLICATION> > Endpoints
For a consolidated reference of every OIDC endpoint (discovery, authorize, token, UserInfo, JWKS, logout), see OpenID Connect on the Microsoft identity platform.
Next steps
Next, learn about the OAuth 2.0 authentication flows used by each application type and the libraries you can use in your apps to perform them:
@@ -2,7 +2,7 @@ title: OAuth 2.0 and OpenID Connect protocols description: Learn about OAuth 2.0 and OpenID Connect in Microsoft identity platform. Explore authentication flows, endpoints, and secure user authentication. manager: pmwongera-ms.date: 05/14/2025+ms.date: 06/23/2026 ms.reviewer: nickludwig ms.service: identity-platform @@ -78,6 +78,8 @@ To find the endpoints for an application you've registered, in the [Microsoft En **Entra ID** > **App registrations** > \<YOUR-APPLICATION\> > **Endpoints** +For a consolidated reference of every OIDC endpoint (discovery, authorize, token, UserInfo, JWKS, logout), see [OpenID Connect on the Microsoft identity platform](v2-protocols-oidc.md).+ ## Next steps Next, learn about the OAuth 2.0 authentication flows used by each application type and the libraries you can use in your apps to perform them: 