You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/reference-app-manifest.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,8 @@ Example value:
101
101
### Key, Value type: `objectId`, String
102
102
The unique identifier for the app in the directory. <br><br> This is available only in the **App registrations (Legacy)** experience. Replaced by `id` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
103
103
104
-
Example value: `"f7f9acfc-ae0c-4d6c-b489-0a81dc1652dd"`
104
+
Example value:
105
+
`"f7f9acfc-ae0c-4d6c-b489-0a81dc1652dd"`
105
106
106
107
### Key, Value type: `optionalClaims`, String
107
108
The optional claims returned in the token by the security token service for this specific app.<br>At this time, apps that support both personal accounts and Azure AD (registered through the app registration portal) cannot use optional claims. However, apps registered for just Azure AD using the v2.0 endpoint can get the optional claims they requested in the manifest. For more info, see [optional claims](active-directory-optional-claims.md).
Specifies whether this application is a public client (such as an installed application running on a mobile device). <br><br> _Note: This property is available only in the **App registrations (Legacy)** experience. Replaced by `allowPublicClient` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience._
205
+
Specifies whether this application is a public client (such as an installed application running on a mobile device).
206
+
207
+
This property is available only in the **App registrations (Legacy)** experience. Replaced by `allowPublicClient` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
205
208
206
209
### Key, Value type: `publisherDomain`, String
207
210
The verified publisher domain for the application. Read-only.
@@ -238,7 +241,10 @@ Example value:
238
241
`https://MyRegisteredApp`
239
242
240
243
### Key, Value type: `signInAudience`, String
241
-
Specifies what Microsoft accounts are supported for the current application. Supported values are:<ul><li>**AzureADMyOrg** - Users with a Microsoft work or school account in my organization's Azure AD tenant (for example, single tenant)</li><li>**AzureADMultipleOrgs** - Users with a Microsoft work or school account in any organization's Azure AD tenant (for example, multi-tenant)</li> <li>**AzureADandPersonalMicrosoftAccount** - Users with a personal Microsoft account, or a work or school account in any organization's Azure AD tenant</li></ul>
244
+
Specifies what Microsoft accounts are supported for the current application. Supported values are:
245
+
-**AzureADMyOrg** - Users with a Microsoft work or school account in my organization's Azure AD tenant (for example, single tenant)
246
+
-**AzureADMultipleOrgs** - Users with a Microsoft work or school account in any organization's Azure AD tenant (for example, multi-tenant)
247
+
-**AzureADandPersonalMicrosoftAccount** - Users with a personal Microsoft account, or a work or school account in any organization's Azure AD tenant
242
248
243
249
Example value:
244
250
`AzureADandPersonalMicrosoftAccount`
@@ -247,7 +253,7 @@ Example value:
247
253
Custom strings that can be used to categorize and identify the application.
0 commit comments