Azure Active Directory Graph App Manifest Deprecation
In brief
| `logoUrl` | Relocated as a property of the `info` attribute |
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.
| logoUrl | Relocated as a property of the info attribute |
| logoutUrl | Relocated as property logoutUrl of the web attribute |
| name | displayName |
| oauth2AllowIdTokenImplicitFlow | Relocated and renamed as property of the enableAccessTokenIssuanceenableIdTokenIssuanceimplicitGrantSettingsproperty in the enableIdTokenIssuanceweb attribute |
| oauth2AllowImplicitFlow | Relocated and renamed as property enableAccessTokenIssuance of property implicitGrantSettings in the web attribute |
| oauth2Permissions | Relocated and renamed as oauth2PermissionScopes property of the api attribute |
| preAuthorizedApplications | Relocated as preAuthorizedApplications property of the api attribute |
@@ -50,7 +50,7 @@ Most Azure AD Graph app manifest attributes stay the same. However, the followin | `logoUrl` | Relocated as a property of the `info` attribute | | `logoutUrl` | Relocated as property `logoutUrl` of the `web` attribute | | `name` | `displayName` |-| `oauth2AllowIdTokenImplicitFlow` | Relocated and renamed as property `enableAccessTokenIssuance` of property `enableIdTokenIssuance` in the `web` attribute |+| `oauth2AllowIdTokenImplicitFlow` | Relocated and renamed as property `enableIdTokenIssuance` of the `implicitGrantSettings` property in the `web` attribute | | `oauth2AllowImplicitFlow` | Relocated and renamed as property `enableAccessTokenIssuance` of property `implicitGrantSettings` in the `web` attribute | | `oauth2Permissions` | Relocated and renamed as `oauth2PermissionScopes` property of the `api` attribute | | `preAuthorizedApplications` | Relocated as `preAuthorizedApplications` property of the `api` attribute | 