Skip to content

Commit 4099d69

Browse files
Merge pull request #229676 from YashikaTyagii/patch-44
(AzureCXP) fixes MicrosoftDocs/azure-docs#106114
2 parents d39906d + 89f81ac commit 4099d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/configure-authentication-sample-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To create the web app registration, use the following steps:
7575
1. Under **Name**, enter a name for the application (for example, *webapp1*).
7676
1. Under **Supported account types**, select **Accounts in any identity provider or organizational directory (for authenticating users with user flows)**.
7777
1. Under **Redirect URI**, select **Web** and then, in the URL box, enter `https://localhost:44316/signin-oidc`.
78-
1. Under **Implicit grant and hybrid flows**, select the **ID tokens (used for implicit and hybrid flows)** checkbox.
78+
1. Under **Authentication**, go to **Implicit grant and hybrid flows**, select the **ID tokens (used for implicit and hybrid flows)** checkbox.
7979
1. Under **Permissions**, select the **Grant admin consent to openid and offline access permissions** checkbox.
8080
1. Select **Register**.
8181
1. Select **Overview**.

0 commit comments

Comments
 (0)