Skip to content

Commit ddd0aa7

Browse files
Update v2-oauth2-auth-code-flow.md
Correction of the scope parameter
1 parent 01f8cc7 commit ddd0aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/v2-oauth2-auth-code-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ client_id=6731de76-14a6-49ae-97bc-6eba6914391e
7272
&response_type=code
7373
&redirect_uri=http%3A%2F%2Flocalhost%2Fmyapp%2F
7474
&response_mode=query
75-
&scope=https%3A%2F%2Fgraph.microsoft.com%2Fmail.read%20api%3A%2F%2F
75+
&scope=https%3A%2F%2Fgraph.microsoft.com%2Fmail.read
7676
&state=12345
7777
&code_challenge=YTFjNjI1OWYzMzA3MTI4ZDY2Njg5M2RkNmVjNDE5YmEyZGRhOGYyM2IzNjdmZWFhMTQ1ODg3NDcxY2Nl
7878
&code_challenge_method=S256

0 commit comments

Comments
 (0)