Skip to content

Commit e895376

Browse files
committed
enhance timpeteren PR
1 parent e32b0d2 commit e895376

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)