Setting allowed authentication methods
Allowed authentication methods are controlled by theauth_methods setting. The accepted values are:
ALL_ALLOWED– the default setting which allows all authentication methods allowed by your application to be usedRESTRICTED– only methods that comply withallowed_auth_methodscan be used for authentication.
auth_methods is RESTRICTED, allowed_auth_methods must be set to an array of allowed authentication methods. The valid values are:
ssomagic_linkemail_otppasswordgoogle_oauthmicrosoft_oauthslack_oauthgithub_oauthhubspot_oauth
Setting allowed MFA methods
Allowed MFA methods are controlled by themfa_methods setting. The accepted values are:
ALL_ALLOWED– the default setting which allows all MFA methods allowed by your application to be usedRESTRICTED– only methods that comply withallowed_mfa_methodscan be used for MFA.
mfa_methods is RESTRICTED, allowed_mfa_methods must be set to an array of allowed MFA methods. The valid values are:
sms_otptotp
Requiring MFA
Allowed MFA methods are controlled by themfa_policy setting. The accepted values are:
REQUIRED_FOR_ALL– all Members of the Organization will be required to complete an MFA flow in order to log in.OPTIONAL– MFA is optional, but individual Members can still enroll in MFA, which will require them to complete an MFA flow to log in going forward.