-
Notifications
You must be signed in to change notification settings - Fork 632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access: add support for auto_redirect_to_identity #730
Access: add support for auto_redirect_to_identity #730
Conversation
This change looks good! We will need to update the associated tests though to ensure we're taking this into account for the existing tests. |
Hi @jacobbednarz yes for sure, believe it or not I wasn't able to find them earlier... I'm wondering if I'm missing something but I couldn't find any unittests related to |
Doesn't look like we have a test file for it in |
Yes make sense, I added the tests and updated the doc at the same time, let me know. |
You should be good to resolve the conflicts now and we can get this re-reviewed. |
Goal of this commit is to add support for the `auto_redirect_to_identity` feature of Cloudflare Access applications.
rebased + fixed conflicts. |
Thanking you @xens! 🌟 |
…credential-checks ruleset: add support for exposed credentials checks
Goal of this commit is to add support for the
auto_redirect_to_identity
feature of Cloudflare Access applications. #721