From acf3c2b1c5b3f804f402698e5ad31f6ff12b0ccf Mon Sep 17 00:00:00 2001 From: terence1988 Date: Tue, 3 Sep 2024 10:08:30 +1000 Subject: [PATCH] add route information for oauth --- src/connections/oauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/oauth.md b/src/connections/oauth.md index 567b921b84..219b99ea67 100644 --- a/src/connections/oauth.md +++ b/src/connections/oauth.md @@ -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