Interface TenantSettingsUpdate

Hierarchy

  • TenantSettingsUpdate

Properties

allow_organization_name_in_authentication_api?: null | boolean

Whether to accept an organization name instead of an ID on auth endpoints

allowed_logout_urls?: string[]

URLs that are valid to redirect to after logout from Auth0.

change_password?: null | TenantSettingsUpdateChangePassword
customize_mfa_in_postlogin_action?: null | boolean

Whether to enable flexible factors for MFA in the PostLogin action

default_audience?: string

Default audience for API Authorization.

default_directory?: string

Name of connection used for password grants at the /token endpoint. The following connection types are supported: LDAP, AD, Database Connections, Passwordless, Windows Azure Active Directory, ADFS.

default_redirection_uri?: string

The default absolute redirection uri, must be https

device_flow?: null | TenantSettingsUpdateDeviceFlow

Supported locales for the user interface

error_page?: null | TenantSettingsUpdateErrorPage
friendly_name?: string

Friendly name for this tenant.

guardian_mfa_page?: null | TenantSettingsUpdateGuardianMfaPage
idle_session_lifetime?: number

Number of hours for which a session can be inactive before the user must log in again.

picture_url?: string

URL of logo to be shown for this tenant (recommended size: 150x150)

sandbox_version?: string

Selected sandbox version for the extensibility environment

session_cookie?: null | TenantSettingsSessionCookie
session_lifetime?: number

Number of hours a session will stay valid.

support_email?: string

End-user support email.

support_url?: string

End-user support url.