auth0 / terraform-provider-auth0

The Auth0 Terraform Provider is the official plugin for managing Auth0 tenant configuration through the Terraform tool.
https://registry.terraform.io/providers/auth0/auth0/latest/docs
Mozilla Public License 2.0
159 stars 74 forks source link

Configuration of Bot Detection/ReCAPTCHA #78

Open Moggers opened 2 years ago

Moggers commented 2 years ago

Describe the problem you'd like to have solved

Under Security -> Attack Prevention -> Bot Detection of the Auth0 management UI there is a section for enabling ReCAPTCHAv2 in the universal login. Currently there doesn't seem to be a way to configure this via the terraform module.

Describe the ideal solution

Being able to enable ReCAPTCHA and specify keys via terraform.

Alternatives and current workarounds

Currently a manually process.

sergiught commented 2 years ago

Hey @Moggers, thanks for opening this issue. Unfortunately we're unable to add this feature yet due to the endpoint on the management API missing. It currently covers only the following: https://auth0.com/docs/api/management/v2#!/Attack_Protection/get_breached_password_detection.

Will update this whenever this is available.

zachfeld commented 1 year ago

hi @sergiught is there any place I can track the addition of this endpoint within management API? It's something I'd like to be able to accomplish as well. Thanks!

Aaronius commented 1 year ago

This is the biggest gap we're facing currently. Not just configuring the captcha but also the risk assessment logs, IP allow list, etc.

davedash commented 1 year ago

Is this still an issue:

https://auth0.com/docs/api/management/v2#!/Attack_Protection/patch_suspicious_ip_throttling

willvedd commented 1 year ago

Is this still an issue:

https://auth0.com/docs/api/management/v2#!/Attack_Protection/patch_suspicious_ip_throttling

@davedash Yes, suspicious IP throttling is not the same as bot detection. This feature is still blocked by a lack of an API endpoint. Rest assured, we're keen on delivering this feature as soon as we're able!

davedash commented 1 year ago

@willvedd Lol, I was so excited, and as I was editing my terraform config, I realized the same thing. Thanks.

mikalai-t commented 12 months ago

Any updates on this one?

sergiught commented 12 months ago

Hey folks, unfortunately no updates yet on this. We are still waiting for the endpoints to get added to the Management API. As soon as that happens we'll immediately add support within our tooling. We'll be sure to post an update in this issue when that happens. Appreciate everyones patience! 🙏🏻

EQnews commented 8 months ago

Are there any further updates/timelines on this one?

cbeardsmore commented 5 months ago

Any updates on this one? Its been almost 2 years. Thats a decent lag time for a. Terraform provider.

EQnews commented 4 months ago

Hi - is there any update on this? I was told that Terraform capability depends on the release of 'Bot Detection Public API' which is on the roadmap planned for 2024 Q1 (FEB - APR). Is this on track?

luislew commented 3 months ago

@EQnews our Auth0 customer rep told us this week that it's now scheduled for H2 2024 😬

kxs-mdoyon commented 3 months ago

Hello, can we please get specific dates for this release?

igobl commented 1 month ago

our Auth0 customer rep told us this week that it's now scheduled for H2 2024 😬

Ran into this issue as well, it's a little annoying. Is anybody from Auth0 able to confirm this?

deBFM commented 3 days ago

Bot Detection endpoints will be added to the Management API sometime between July and September of 2024. It is currently on the Auth0 roadmap product roadmap.

Source: Bot Detection configuration via Management API