sso_jit_provisioning, email_jit_provisioning, and email_invites cannot all be simultaneously set to NOT_ALLOWED.
Additionally, the following rules apply:
Allowed Auth Methods
- If
allowed_auth_methodsis empty- then
auth_methodscannot be set to RESTRICTED.
- then
- If
allowed_auth_methodsis not empty- and
auth_methodsis set toRESTRICTED, then all members looking to authenticate will be required to use one of these auth methods.
- and
- If
allowed_auth_methodsis updated- then the entire list will be overwritten by the new values.
- then all currently active Members will remain active even if their auth methods no longer comply with
allowed_auth_methods. However, the member will not be able to authenticate with the disallowed methods. - and
auth_methodsis set toRESTRICTED, thenauth_methodscannot be set to an empty array.
Allowed MFA Methods
- If
allowed_mfa_methodsis empty- then
mfa_methodscannot be set to RESTRICTED.
- then
- If
allowed_mfa_methodsis not empty- and
mfa_methodsis set toRESTRICTED, then all members looking to authenticate with MFA will be required to use one of these MFA methods.
- and
- If
allowed_mfa_methodsis updated- then the entire list will be overwritten by the new values.
- then all currently active Members will remain active even if their MFA methods no longer comply with
allowed_mfa_methods. However, the member will not be able to MFA authenticate with the disallowed methods. - and
mfa_methodsis set to RESTRICTED, thenmfa_methodscannot be set to an empty array.
Email Magic Links
- If
email_allowed_domainsis empty- then
email_invitescannot be set to RESTRICTED. - then
email_jit_provisioningcannot be set to RESTRICTED.
- then
- If
email_allowed_domainsis not empty- and
email_invitesis set toRESTRICTED, then all new Members must have an email address that complies withemail_allowed_domainsin order to be invited by email. - and
email_invitesis set toALL_ALLOWED, then any new Member can be invited to email. - and
email_invitesis set toNOT_ALLOWED, then email invites are disabled.
- and
- If
email_allowed_domainsis not empty- and
email_jit_provisioningis set toRESTRICTED, then all new Members must have an email address that complies withemail_allowed_domainsin order to be provisioned via Email Magic Links. - and
email_jit_provisioningis set toALL_ALLOWED, then any new Member can be provisioned via Email Magic Links. - and
email_jit_provisioningis set toNOT_ALLOWED, then JIT provisioning via Email Magic Links is disabled.
- and
- If
email_allowed_domainsis updated- then the entire list will be overwritten by the new value.
- then all Members will remain active even if their email_address no longer complies with
email_allowed_domains. - and either
email_invitesoremail_jit_provisioningis set toRESTRICTED, thenemail_allowed_domainscannot be set to an empty array.
Single Sign On
- If
sso_jit_provisioning_allowed_connectionsis empty- then
sso_jit_provisioningcannot be set toRESTRICTED.
- then
- If
sso_jit_provisioning_allowed_connectionsis not empty- and
sso_jit_provisioningis set toRESTRICTED, then all new Members must have an SSO login that complies withsso_jit_provisioning_allowed_connectionsin order to be provisioned via SSO. - and
sso_jit_provisioningis set toALL_ALLOWED, then all new Members will be automatically provisioned via any of the Organization’ssso_active_connections. - and
sso_jit_provisioningis set toNOT_ALLOWED, then JIT provisioning via SSO is disabled.
- and
- If
sso_jit_provisioning_allowed_connectionsis updated- then the entire list will be overwritten by the new value.
- then all currently active Members will remain active even if their
sso_registrationsno longer complies withsso_jit_provisioning_allowed_connections. - and
sso_jit_provisioningis set toRESTRICTED, thensso_jit_provisioning_allowed_connectionscannot be set to an empty array.