-
Notifications
You must be signed in to change notification settings - Fork 43
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
Support captcha for Auth0's Attack protection system #487
Comments
Upvoting 🧙♂️ |
Hi @brx-craig , I hope https://auth0.com/docs/secure/attack-protection/bot-detection this is what you are looking for . If so, you need to set this up in your tenant as mentioned in the docs |
Hi @pmathew92 , if you check the limitations sections you'll see that as of right now native support is missing for Flutter which is what this feature request is asking. Currently this is causing our users to not be able to login sometimes. Also when #231 is supported it would need to handle captcha also |
Hi @brx-craig, this is already supported. Please check out https://github.com/auth0/auth0-flutter/blob/main/auth0_flutter/EXAMPLES.md#-bot-detection. |
Not complete. Requires web auth. Not sure how you missed that? |
@brx-craig captcha support requires opening a web page to show the captcha. There's currently no support for nor plans to support natively rendering captchas that I am aware of. |
Checklist
Describe the problem you'd like to have solved
It would be great to be able to support the captcha workflows in Auth0 where Attack Protection causes it. The suspicious login flow for example.
Describe the ideal solution
The SDK should provide an api similar to the MFA challenge method to allow flutter developers to handle captcha.
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: