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.
Documentation change
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
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:
diff --git a/docs/identity-platform/v2-protocols.md b/docs/identity-platform/v2-protocols.md index ba46d30caa1..212afa3b5d6 100644 --- a/docs/identity-platform/v2-protocols.md +++ b/docs/identity-platform/v2-protocols.md @@ -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: