Skip to content

Commit 391c471

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#347649
Updated line number 213 From: Ensure that **"allowPublicClient": true** is set in the application manifest: To: Ensure that **"isFallbackPublicClient": true** is set in the application manifest: and Updated line number 215 From: Find **allowPublicClient** key and ensure its value is set to **true** To: Find **isFallbackPublicClient** key and ensure its value is set to **true**
1 parent 402d445 commit 391c471

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
@@ -210,9 +210,9 @@ Next, specify that the application should be treated as a public client:
210210
1. In the left menu, under **Manage**, select **Authentication**.
211211
1. Under **Advanced settings**, in the **Allow public client flows** section, set **Enable the following mobile and desktop flows** to **Yes**.
212212
1. Select **Save**.
213-
1. Ensure that **"allowPublicClient": true** is set in the application manifest:
213+
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 **allowPublicClient** key and ensure its value is set to **true**.
215+
1. Find **isFallbackPublicClient** key and ensure its value is set to **true**.
216216

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

0 commit comments

Comments
 (0)