Skip to content

Commit 7b4cc7e

Browse files
Update tutorial_01.rst
1 parent 6bb7686 commit 7b4cc7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial/tutorial_01.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ Test Your Authorization Server
107107
Your authorization server is ready and can begin issuing access tokens. To test the process you need an OAuth2
108108
consumer; if you are familiar enough with OAuth2, you can use curl, requests, or anything that speaks http.
109109

110-
For this tutorial, we suggest using Postman.
110+
For this tutorial, we suggest using [Postman](https://www.postman.com/downloads/) :
111111

112-
Set the fields as follows for this tutorial:
112+
Open up the Authorization tab under a request and, for this tutorial, set the fields as follows:
113113

114114
* Grant type: `Authorization code (With PKCE)`
115115
* Callback URL: `https://www.getpostman.com/oauth2/callback` <- need to be in your added application

0 commit comments

Comments
 (0)