Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface UpdateTenantSettingsResponseContent

    Index

    Properties

    change_password?: TenantSettingsPasswordPage
    guardian_mfa_page?: TenantSettingsGuardianPage
    default_audience?: string

    Default audience for API authorization.

    default_directory?: string

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

    default_token_quota?: DefaultTokenQuota
    friendly_name?: string

    Friendly name for this tenant.

    picture_url?: string

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

    support_email?: string

    End-user support email address.

    support_url?: string

    End-user support URL.

    allowed_logout_urls?: string[]

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

    session_lifetime?: number

    Number of hours a session will stay valid.

    idle_session_lifetime?: number

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

    ephemeral_session_lifetime?: number

    Number of hours an ephemeral (non-persistent) session will stay valid.

    idle_ephemeral_session_lifetime?: number

    Number of hours for which an ephemeral (non-persistent) session can be inactive before the user must log in again.

    sandbox_version?: string

    Selected sandbox version for the extensibility environment.

    legacy_sandbox_version?: string

    Selected sandbox version for rules and hooks extensibility.

    sandbox_versions_available?: string[]

    Available sandbox versions for the extensibility environment.

    default_redirection_uri?: string

    The default absolute redirection uri, must be https

    enabled_locales?: Management.SupportedLocales[]

    Supported locales for the user interface.

    session_cookie?: SessionCookieSchema
    allow_organization_name_in_authentication_api?: boolean

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

    customize_mfa_in_postlogin_action?: boolean

    Whether to enable flexible factors for MFA in the PostLogin action

    acr_values_supported?: string[]

    Supported ACR values

    pushed_authorization_requests_supported?: boolean

    Enables the use of Pushed Authorization Requests

    authorization_response_iss_parameter_supported?: boolean

    Supports iss parameter in authorization responses