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

auth0_guardian resource has risk assessment field separate to policy field #851

Open
1 task done
Willrholmes opened this issue Sep 27, 2023 · 3 comments
Open
1 task done
Assignees
Labels
🌱 feature New feature or request

Comments

@Willrholmes
Copy link

Checklist

Describe the problem you'd like to have solved

It would be great to be able to control the risk assessment toggle separate to the the policy field for the auth0_guardian resource. Risk assessment is toggled on automatically when policy is set to confidence-score but cannot be turned on otherwise via this resource. Also, if you change the value of the policy field from confidence-score back to never the confidence score remains toggled on.

The dashboard allows this separate control already so it must be possible via the API.

image

Describe the ideal solution

Add a new field that controls risk assessment (true/false) to the auth0_guardian resource.

Alternatives and current workarounds

No response

Additional context

No response

@Willrholmes Willrholmes added the 🌱 feature New feature or request label Sep 27, 2023
@sergiught
Copy link
Contributor

Hey @Willrholmes 👋🏻

Thanks for taking the time to raise this with us. We'll look into your request and circle back once we have an update.

@sergiught sergiught added the good first issue Good for newcomers label Oct 5, 2023
@dmoughabghab
Copy link

+One here, can confirm what is being said and it is useful sometimes to have on separately to the confidence score

@sergiught sergiught removed the good first issue Good for newcomers label Nov 15, 2023
@bevel-zgates
Copy link

We just ran into this. We've shimmed it now by implementing our own PATCH to
https://manage.auth0.com/api/risk-assessment/config
with { AfterAuthentications : bool }

But it'd be nice to have this supported in the tf provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 feature New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants