Skip to content

Commit

Permalink
Merge pull request #6998 from segmentio/add-route-for-oauth
Browse files Browse the repository at this point in the history
add route information for oauth
  • Loading branch information
forstisabella authored Sep 3, 2024
2 parents a46b109 + acf3c2b commit fa9b96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connections/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ To obtain the access token:
EXP | The expiry time in seconds. This is expected to be valid only for a short duration under a minute.
JTI | The unique identifer for the token.
2. Send a form-url-encoded `POST` request to the regional authorization server with the following parameters:
2. Send a form-url-encoded `POST` request to the regional authorization server's `\token` route with the following parameters:
```
grant_type=client_credentials
Expand Down

0 comments on commit fa9b96a

Please sign in to comment.