Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Support MFA (Guardian) Configuration #286

Closed
kpurdon opened this issue Nov 4, 2020 · 6 comments · Fixed by #367 or #371
Closed

Support MFA (Guardian) Configuration #286

kpurdon opened this issue Nov 4, 2020 · 6 comments · Fixed by #367 or #371
Labels
enhancement New feature or request stale

Comments

@kpurdon
Copy link
Contributor

kpurdon commented Nov 4, 2020

Description

Add support for the MFA configuration supported by the API https://auth0.com/docs/api/management/v2#!/Guardian.

Screen Shot 2020-11-04 at 11 35 56 AM

New or Affected Resource(s)

  • auth0_guardian

Potential Terraform Configuration

resource "auth0_guardian" {
  require_mfa = "always" // or "never"
  factors {
    otp {
      enabled = true
    }
    // phone, guardian, email, duo
    // default enabled = false
  }
}

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@kpurdon kpurdon added the enhancement New feature or request label Nov 4, 2020
@kpurdon
Copy link
Contributor Author

kpurdon commented Nov 5, 2020

@alexkappa I'm happy to contribute this but would like some feedback first on the potential configuration. Thanks again for this project, it's been solid so far!

@github-actions
Copy link

github-actions bot commented Jan 5, 2021

This issue is stale because it has been open 30 days with no activity.
Stale issues will be closed after 5 days if no action is taken. If you
think this issue should not be closed, remove the stale label.

@github-actions github-actions bot added the stale label Jan 5, 2021
@kpurdon
Copy link
Contributor Author

kpurdon commented Jan 5, 2021

@alexkappa still looking for feedback here, let me know what you think!

@woz5999
Copy link
Contributor

woz5999 commented Jan 8, 2021

@alexkappa i could also really benefit from this feature.

@kpurdon
Copy link
Contributor Author

kpurdon commented Feb 4, 2021

@alexkappa checking in on this.

@apamildner
Copy link
Contributor

I created a PR that enables this for the phone option: #367

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request stale
Projects
None yet
3 participants