Skip to content
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

Closed
5 tasks done
brx-craig opened this issue Nov 25, 2024 · 6 comments
Closed
5 tasks done

Support captcha for Auth0's Attack protection system #487

brx-craig opened this issue Nov 25, 2024 · 6 comments
Labels
feature request A feature has been asked for or suggested by the community

Comments

@brx-craig
Copy link

Checklist

  • I have looked into the Readme, Examples, and FAQ and have not found a suitable solution or answer.
  • I have looked into the API documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

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

@brx-craig brx-craig added the feature request A feature has been asked for or suggested by the community label Nov 25, 2024
@RoffyMonsta
Copy link

Upvoting 🧙‍♂️

@pmathew92
Copy link
Contributor

pmathew92 commented Dec 11, 2024

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

@Nirajn2311
Copy link

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

@Widcket
Copy link
Contributor

Widcket commented Jan 20, 2025

Hi @brx-craig, this is already supported. Please check out https://github.com/auth0/auth0-flutter/blob/main/auth0_flutter/EXAMPLES.md#-bot-detection.

@Widcket Widcket closed this as completed Jan 20, 2025
@brx-craig
Copy link
Author

That verification step is web-based, so you need to use Web Auth to complete it.

Not complete. Requires web auth. Not sure how you missed that?

@Widcket
Copy link
Contributor

Widcket commented Jan 21, 2025

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A feature has been asked for or suggested by the community
Projects
None yet
Development

No branches or pull requests

5 participants