Microsoft Entra ID

V2 Protocols Oidc

In brief

1. Under Redirect URIs, add the redirect URI of your application. For example, `https://localhost:8080/`.

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

Open on Microsoft Learn ↗

The comparison below is an extract of the Microsoft Learn article showing only the changed content. Open the full article for complete context.

  1. Under Redirect URIs, add the redirect URI of your application. For example, https://localhost:8080/.
  2. Under Implicit grant and hybrid flows, select the ID tokens (used for implicit and hybrid flows) checkbox.

Or:Or, in the Microsoft Graph app manifest:

  1. Select Entra ID > App registrations > <your application> > Manifest.
  2. Set oauth2AllowIdTokenImplicitFlowenableIdTokenIssuance to true inwithin the app registration's application manifest.implicitGrantSettings property of the web attribute.

If ID tokens aren't enabled for your app and one is requested, the Microsoft identity platform returns an unsupported_response error similar to: