Skip to content

2021-09-07

Compare
Choose a tag to compare
@sc-integrations-ci sc-integrations-ci released this 07 Sep 08:40
· 1 commit to master since this release
8084df1

Added rate limiting response for client credential grant exchange against POST /oauth2/token. In case of
rate-limiting, the endpoint will return 429 - Too Many Requests.

The client credential grant exchange serves server-side client applications, and currently, the tokens are valid for
1 hour. We expect reasonable usage for the client credential exchange per client application.

Current setup: 50 tokens per 12h.