File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
content/250-postgres/100-introduction Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ To obtain a client ID and client secret:
70702 . Click the 🧩 ** Integrations** tab.
71713 . Under ** Published Applications** , click ** New Application** .
72724 . Enter a ** Name** , ** Description** , and ** Callback URL** .
73- 5 . Click ** Continue** , then copy and store your ** Client ID** and ** Client Secret** .
73+ 5 . Click ** Continue** , then copy and store your ** Client ID** and ** Client Secret** to a secure location .
7474
7575#### Example: exchange a code for an access token
7676
@@ -117,7 +117,6 @@ curl --location "https://api.prisma.io/v1/projects" \
117117 - ** Grant Type** : Authorization Code
118118 - ** Callback URL** : Your app’s redirect URI
119119 - ** Auth URL** : ` https://auth.prisma.io/authorize `
120- - ** Access Token URL** : ` https://auth.prisma.io/token `
121120 - ** Client ID / Secret** : From your OAuth app
122121 - ** Scope** : ` workspace:admin offline_access ` (as needed)
1231223 . Complete the flow and use the token in your requests.
You can’t perform that action at this time.
0 commit comments