Skip to content

Commit 7524a93

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#425311
Updated line number 214. From: 1. Ensure that **"isFallbackPublicClient": true** is set in the application manifest: To: 1. 1. Ensure that **"isFallbackPublicClient": true** is set in the Microsoft Graph App Manifest(New): Updated line number number 215. From: 1. In the left menu, under Manage, select Manifest to open application manifest. To: 1. In the left menu, under **Manage**, select **Manifest** to open Microsoft Graph App Manifest(New)
1 parent b0cc129 commit 7524a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/tutorial-create-user-flows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ Next, specify that the application should be treated as a public client:
211211
1. In the left menu, under **Manage**, select **Authentication**.
212212
1. Under **Advanced settings**, in the **Allow public client flows** section, set **Enable the following mobile and desktop flows** to **Yes**.
213213
1. Select **Save**.
214-
1. Ensure that **"isFallbackPublicClient": true** is set in the application manifest:
215-
1. In the left menu, under **Manage**, select **Manifest** to open application manifest.
214+
1. Ensure that **"isFallbackPublicClient": true** is set in the Microsoft Graph App Manifest(New):
215+
1. In the left menu, under **Manage**, select **Manifest** to open Microsoft Graph App Manifest(New)
216216
1. Switch from the **Microsoft Graph App Manifest (New)** tab to the **AAD Graph App Manifest (Deprecating Soon)** tab.
217217
1. Find **isFallbackPublicClient** key and ensure its value is set to **true**.
218218

0 commit comments

Comments
 (0)