Provide option to Enable/Disable the Enable adaptive MFA risk assessment option in policies. #1199
Replies: 10 comments
-
@Arifahmed007 Hello! 👋 Please Ref: https://registry.terraform.io/providers/auth0/auth0/latest/docs/resources/guardian#policy-1 Let me know if this resolves the query. |
Beta Was this translation helpful? Give feedback.
-
Hello, separate user here as we keep close eye on this issue. It's not helping, the whole point is to customize Adaptive MFA and not disable everything.. |
Beta Was this translation helpful? Give feedback.
-
@cireCloud For customizing Adaptive MFA you can use I'd be happy to get on a zoom call to discuss this further. |
Beta Was this translation helpful? Give feedback.
-
Following up on this @cireCloud Thanks! |
Beta Was this translation helpful? Give feedback.
-
That page is not related to a Terraform provider? Also auth0_action resource is neither. |
Beta Was this translation helpful? Give feedback.
-
Didn't mean to create a confusion here. The customize-adaptive-mfa page explains the use and involvement of Actions. If you're like to use action in terraform, consider using the Let me know if that helps :) |
Beta Was this translation helpful? Give feedback.
-
I think what @Arifahmed007 is asking for is this setting to be exposed in the provider: We are facing the same issue in our org where we have numerous tenants we might want to enable this in, which doing manually is painful. |
Beta Was this translation helpful? Give feedback.
-
Hello @lethargynavigator @cireCloud 👋 Apologies for any initial confusion. I discussed this with the team, and unfortunately, we won't be able to support this at the moment. I know this might not be the desired resolution, but we’ll do our best to support this change as soon as possible! |
Beta Was this translation helpful? Give feedback.
-
Hi @duedares-rvj, it is actually exposed via a Management API endpoint, just not documented. However it would need to be supported in the Go SDK before it could be supported here in Terraform. curl --request PATCH \
--url 'https://$AUTH0_DOMAIN/api/v2/risk-assessment/config' \
--header 'Content-Type: application/json' \
--data '{ "AfterAuthentication": true }' Setting to true will enable, setting to false will disable. In the meantime, we have created a Terraform Null Resource that runs this API call for us during our Terraform deploy. |
Beta Was this translation helpful? Give feedback.
-
The provision to enable/disable risk assessment in Auth0 using Auth0 Terraform Provider is something we also need. It would be great, if we can surface that setting in Terraform. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Describe the problem you'd like to have solved
I am referring doc https://registry.terraform.io/providers/auth0/auth0/latest/docs/resources/guardian and i dont see any argument to Enable adaptive MFA risk assessment option in policies. it would be great if someone could provide this option or else is there any other way around for me to enable this using some other resource in provider.

Alternatives and current workarounds
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions