Skip to content

Commit eb260f2

Browse files
Merge pull request #299751 from pratikjadhav13/patch-44
(AzureCXP) fixes MicrosoftDocs/azure-docs#425311
2 parents 1a8a0d5 + 7524a93 commit eb260f2

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)