Skip to content

Conversation

@lovasoa
Copy link
Collaborator

@lovasoa lovasoa commented Nov 30, 2025

This commit adds a mechanism to prevent infinite redirects in the OIDC
callback flow. It does this by:

  • Tracking the number of redirects using a cookie.
  • Setting a maximum number of redirects (3).
  • Returning an error if the maximum is exceeded.

This commit adds a mechanism to prevent infinite redirects in the OIDC
callback flow. It does this by:

- Tracking the number of redirects using a cookie.
- Setting a maximum number of redirects (3).
- Returning an error if the maximum is exceeded.
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.

2 participants