Skip to content

Commit b1ba293

Browse files
committed
Removing postman references.
1 parent 9a6b9f5 commit b1ba293

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ grant_type=authorization_code
106106
&client_secret=2hMG2-_:y12n10vwH...
107107
```
108108

109-
If you want to test this POST HTTP request, you can use any HTTP client such as [Microsoft PowerShell](/powershell/scripting/overview) or [Postman](https://www.postman.com/).
109+
If you want to test this POST HTTP request, you can use any HTTP client such as [Microsoft PowerShell](/powershell/scripting/overview).
110110

111111
A successful token response looks like this:
112112

articles/active-directory-b2c/authorization-code-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ grant_type=authorization_code
135135
| redirect_uri |Required |The redirect URI of the application where you received the authorization code. |
136136
| code_verifier | recommended | The same `code_verifier` used to obtain the authorization code. Required if PKCE was used in the authorization code grant request. For more information, see the [PKCE RFC](https://tools.ietf.org/html/rfc7636). |
137137

138-
If you're testing this POST HTTP request, you can use any HTTP client such as [Microsoft PowerShell](/powershell/scripting/overview) or [Postman](https://www.postman.com/).
138+
If you're testing this POST HTTP request, you can use any HTTP client such as [Microsoft PowerShell](/powershell/scripting/overview).
139139

140140
A successful token response looks like this:
141141

articles/active-directory-b2c/custom-policies-series-call-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ You need to deploy an app, which serves as your external app. Your custom policy
108108

109109
1. To test the app works as expected, use the following steps:
110110
1. In your terminal, run the `node index.js` command to start your app server.
111-
1. To make a POST request similar to the one shown in this example, you can use an HTTP client such as [Microsoft PowerShell](/powershell/scripting/overview) or [Postman](https://www.postman.com/):
111+
1. To make a POST request similar to the one shown in this example, you can use an HTTP client such as [Microsoft PowerShell](/powershell/scripting/overview).
112112

113113
```http
114114
POST http://localhost/validate-accesscode HTTP/1.1
@@ -155,7 +155,7 @@ Follow the steps in [Deploy your app to Azure](../app-service/quickstart-nodejs.
155155

156156
- Service endpoint looks similar to `https://custompolicyapi.azurewebsites.net/validate-accesscode`.
157157

158-
You can test the app you've deployed by using an HTTP client such as [Microsoft PowerShell](/powershell/scripting/overview) or [Postman](https://www.postman.com/). This time, use `https://custompolicyapi.azurewebsites.net/validate-accesscode` URL as the endpoint.
158+
You can test the app you've deployed by using an HTTP client such as [Microsoft PowerShell](/powershell/scripting/overview). This time, use `https://custompolicyapi.azurewebsites.net/validate-accesscode` URL as the endpoint.
159159
160160
## Step 2 - Call the REST API
161161

0 commit comments

Comments
 (0)