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

Webauthn and Duo support in Guardian #165

Closed
arcticShadow opened this issue May 23, 2022 · 2 comments
Closed

Webauthn and Duo support in Guardian #165

arcticShadow opened this issue May 23, 2022 · 2 comments
Assignees
Labels

Comments

@arcticShadow
Copy link

Add support to guardian resource for Duo and Webauthn

The current auth0_guardian resource dies not support all the factors that auth0 offers. Duo, and Webauthn (Fido and Biometrics) are missing - Duo has been mentioned before but not created as a feature request (in #124) I havn't got into the code to explore the details - but if its related - webauthn support has been added to the GO SDK recently auth0/go-auth0#46

Describe the ideal solution

resource "auth0_guardian" "default" {
  policy = "all-applications"
  webauthn_security_keys = true
  webauthn_biometrics = true
}

Alternatives and current workarounds

  • Manually enable and manage the MFA settings in the UI
  • Might be possible to get Terraform to trigger some RestAPI calls using the tokens that are already provided. (I have not tried this)
@sergiught
Copy link
Contributor

Hey @arcticShadow 👋🏻 this is now available with https://registry.terraform.io/providers/auth0/auth0/0.33.0. Please have a view at the docs for the guardian resource: https://registry.terraform.io/providers/auth0/auth0/latest/docs/resources/guardian and let us know if you encounter any issues 🙏🏻

@arcticShadow
Copy link
Author

Thanks!

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

No branches or pull requests

2 participants