Skip to content

Commit 7426a51

Browse files
sample app requires update
1 parent 6b8d653 commit 7426a51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/active-directory/develop/v2-oauth2-implicit-grant-flow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ client_id=6731de76-14a6-49ae-97bc-6eba6914391e
5757
&nonce=678910
5858
```
5959

60+
<!--- Need to update the sample app used for testing the flow, it's disabled -->
6061
> [!TIP]
6162
> To test signing in using the implicit flow, click <a href="https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=6731de76-14a6-49ae-97bc-6eba6914391e&response_type=id_token&redirect_uri=http%3A%2F%2Flocalhost%2Fmyapp%2F&scope=openid&response_mode=fragment&state=12345&nonce=678910" target="_blank">https://login.microsoftonline.com/common/oauth2/v2.0/authorize...</a> After signing in, your browser should be redirected to `https://localhost/myapp/` with an `id_token` in the address bar.
6263
>

0 commit comments

Comments
 (0)