Skip to content

Commit 5ecde31

Browse files
authored
Merge pull request #187707 from kengaderdus/timpeteren-re-patch
[Azure AD B2C] Enhance timpeteren PR - OpenID connect.
2 parents 5624d61 + e895376 commit 5ecde31

File tree

2 files changed

+35
-26
lines changed

2 files changed

+35
-26
lines changed

articles/active-directory-b2c/access-tokens.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: CelesteDG
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: conceptual
11-
ms.date: 05/26/2021
11+
ms.date: 02/07/2022
1212
ms.custom: project-no-code
1313
ms.author: kengaderdus
1414
ms.subservice: B2C
@@ -79,9 +79,10 @@ client_id=<application-ID>
7979
&scope=<application-ID-URI>/<scope-name>
8080
&response_type=code
8181
```
82-
This is the interactive part of the flow, where you take action. You're asked to complete the user flow's workflow. This might involve entering your username and password in a sign in form or any other number of steps. The steps you complete depend on how the user flow is defined.
8382

84-
If you're testing this GET HTTP request, use your browser.
83+
To get a feel of how the request works, paste the request into your browser and run it.
84+
85+
This is the interactive part of the flow, where you take action. You're asked to complete the user flow's workflow. This might involve entering your username and password in a sign in form or any other number of steps. The steps you complete depend on how the user flow is defined.
8586

8687
The response with the authorization code should be similar to this example:
8788

0 commit comments

Comments
 (0)