We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fce720 commit 968f09eCopy full SHA for 968f09e
docs/docs/auth/inbound.md
@@ -65,7 +65,7 @@ USER_POOL_ID="FILL_IN_YOUR_USER_POOL_ID"
65
CLIENT_ID="FILL_IN_YOUR_CLIENT_ID"
66
CLIENT_SECRET="FILL_IN_YOUR_SECRET"
67
68
-curl --location "https://auth.id.${REGION}.volces.com/userpool/${USER_POOL_ID}/oauth/token" \
+curl --location "https://userpool-${USER_POOL_ID}.userpool.auth.id.${REGION}.volces.com/oauth/token" \
69
--header "Content-Type: application/x-www-form-urlencoded" \
70
--header "Authorization: Basic $(echo -n "${CLIENT_ID}:${CLIENT_SECRET}" | base64)" \
71
--data-urlencode "grant_type=client_credentials"
0 commit comments