Skip to content

Commit fff4d92

Browse files
authored
Fixing the reference to implicit flow
cc: @TiagoBrenck @kalyankrishna1 @Shama-K I wonder how this reference to implicity flow get inserted here????
1 parent 3072312 commit fff4d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-WebApp-OIDC/1-2-AnyOrg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ As a first step you'll need to:
9898
- `https://localhost:44321/signin-oidc`
9999
- In the **Advanced settings** section set **Logout URL** to `https://localhost:44321/signout-oidc`
100100
- In the **Advanced settings** | **Implicit grant** section, check **ID tokens** as this sample requires
101-
the [Implicit grant flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-implicit-grant-flow) to be enabled to
101+
the [ID Token](https://docs.microsoft.com/azure/active-directory/develop/id-tokens) to be enabled to
102102
sign-in the user.
103103
1. Select **Save**.
104104

0 commit comments

Comments
 (0)