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.
Daily.Entra.News3 changes were tracked across 1 Microsoft Entra products. The leading updates include Azure Active Directory Graph App Manifest Deprecation; App Manifest; V2 Protocols Oidc.
1. Under Redirect URIs, add the redirect URI of your application. For example, `https://localhost:8080/`.
| `logoUrl` | Relocated as a property of the `info` attribute |
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.