Skip to content

Commit 364e2ac

Browse files
authored
Merge pull request #125530 from hbrowne22/patch-1
Update tutorial-create-user-flows.md to add step
2 parents d5a785e + 79d3e0a commit 364e2ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,9 @@ Next, specify that the application should be treated as a public client:
212212
1. Select **Save**.
213213
1. Ensure that **"isFallbackPublicClient": true** is set in the application manifest:
214214
1. In the left menu, under **Manage**, select **Manifest** to open application manifest.
215-
1. Find **isFallbackPublicClient** key and ensure its value is set to **true**.
215+
1. Switch from the **Microsoft Graph App Manifest (New)** tab to the **AAD Graph App Manifest (Deprecating Soon)** tab.
216+
1. Find **allowPublicClient** key and ensure its value is set to **true**.
217+
216218

217219
Now, grant permissions to the API scope you exposed earlier in the *IdentityExperienceFramework* registration:
218220

0 commit comments

Comments
 (0)