You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require multi-factor authentication for new members option.
Can you provide a simple TF resource to ensure that this setting stays checked?
At present, there is no way to force MFA for a user via the team_member resource so we are relying on the 'require mfa for new members' option to enforce MFA across our organization. It would be very helpful if we could have TF check the 'require mfa for new' setting status each time it is run as an audit / compliance mechanism.
The text was updated successfully, but these errors were encountered:
This sounds like a good idea. Currently, this setting can only be modified via session auth so we will have to do some work on the back end to make is accessible via our public API. I'll consult with our application and security teams to see if there are any objects and report back here when I get a better response.
Hi.
When browsing the
settings/security
endpoint: https://app.launchdarkly.com/settings/security, there is aRequire multi-factor authentication for new members
option.Can you provide a simple TF resource to ensure that this setting stays checked?
At present, there is no way to force MFA for a user via the
team_member
resource so we are relying on the 'require mfa for new members' option to enforce MFA across our organization. It would be very helpful if we could have TF check the 'require mfa for new' setting status each time it is run as an audit / compliance mechanism.The text was updated successfully, but these errors were encountered: