Skip to content

Conversation

@pmalouin
Copy link
Contributor

@pmalouin pmalouin commented Sep 18, 2025

For the CIBA Authorizer, added handling of the Retry-After HTTP response header to determine the next retry interval in the case of error response slow_down. The Retry-After HTTP header contains an integer value, that is meant to be used as the period of time to wait before polling the endpoint again. So the handling logic will use that value instead of the interval value returned previously by the server (just for one time).

  • fix: bump auth0-python to ^4.13.0 (includes this necessary change)
  • feat(ciba): handle the Retry-After header value upon slow_down error

ref. https://auth0team.atlassian.net/browse/AIDX-129

@pmalouin pmalouin merged commit 4573741 into main Sep 18, 2025
1 check passed
@pmalouin pmalouin deleted the ciba-retry-after branch September 18, 2025 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants