← Previous day

Next day →
Plain-English daily brief

What changed on this day

3 changes were tracked across 1 Microsoft Entra products. The leading updates include Azure Active Directory Graph App Manifest Deprecation; App Manifest; V2 Protocols Oidc.

3 updates

Developer

1

V2 Protocols Oidc

Updated

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

Monitoring

1

Standards

1

App Manifest

Updated

Specifies whether this web app can request OAuth2.0 implicit flow ID tokens. The default is false. This flag is used for browser-based apps, like JavaScript single-page apps. We, however, discourage the use of implicit grant even in SPAs and recommend using the [authorization code flow](./v2-oauth2-auth-code-flow.md) with PKCE.