Skip to content

Commit 064a79a

Browse files
committed
updates
1 parent 5ff50a3 commit 064a79a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

articles/active-directory/develop/reference-app-manifest.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ Example value:
101101
### Key, Value type: `objectId`, String
102102
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.
103103

104-
Example value: `"f7f9acfc-ae0c-4d6c-b489-0a81dc1652dd"`
104+
Example value:
105+
`"f7f9acfc-ae0c-4d6c-b489-0a81dc1652dd"`
105106

106107
### Key, Value type: `optionalClaims`, String
107108
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).
@@ -201,7 +202,9 @@ Example value:
201202
<code>[<br>&nbsp;&nbsp;{<br>&nbsp;&nbsp;&nbsp;&nbsp;"appId": "abcdefg2-000a-1111-a0e5-812ed8dd72e8",<br>&nbsp;&nbsp;&nbsp;&nbsp;"permissionIds": [<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"8748f7db-21fe-4c83-8ab5-53033933c8f1"<br>&nbsp;&nbsp;&nbsp;&nbsp;]<br>&nbsp;&nbsp;}<br>]</code>
202203

203204
### Key, Value type: `publicClient`, Boolean
204-
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.
205208

206209
### Key, Value type: `publisherDomain`, String
207210
The verified publisher domain for the application. Read-only.
@@ -238,7 +241,10 @@ Example value:
238241
`https://MyRegisteredApp`
239242

240243
### 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
242248

243249
Example value:
244250
`AzureADandPersonalMicrosoftAccount`
@@ -247,7 +253,7 @@ Example value:
247253
Custom strings that can be used to categorize and identify the application.
248254

249255
Example value:
250-
<code>[<br>&nbsp;&nbsp;"ProductionApp"<br>]</code>
256+
`[<br>&nbsp;&nbsp;"ProductionApp"<br>]`
251257

252258
## Common issues
253259

0 commit comments

Comments
 (0)