Use this data source to access information about the tenant this provider is configured to access.
data "auth0_tenant" "my_tenant" {}
allow_organization_name_in_authentication_api
(Boolean) Whether to accept an organization name instead of an ID on auth endpoints.allowed_logout_urls
(List of String) URLs that Auth0 may redirect to after logout.customize_mfa_in_postlogin_action
(Boolean) Whether to enable flexible factors for MFA in the PostLogin action.default_audience
(String) API Audience to use by default for API Authorization flows. This setting is equivalent to appending the audience to every authorization request made to the tenant for every application.default_directory
(String) Name of the connection to be used for Password Grant exchanges. Options include auth0-adldap
, ad
, auth0
, email
, sms
, waad
, and adfs
.default_redirection_uri
(String) The default absolute redirection URI. Must be HTTPS or an empty string.domain
(String) Your Auth0 domain name.enabled_locales
(List of String) Supported locales for the user interface. The first locale in the list will be used to set the default locale.flags
(List of Object) Configuration settings for tenant flags. (see below for nested schema)friendly_name
(String) Friendly name for the tenant.id
(String) The ID of this resource.idle_session_lifetime
(Number) Number of hours during which a session can be inactive before the user must log in again.management_api_identifier
(String) The identifier value of the built-in Management API resource server, which can be used as an audience when configuring client grants.picture_url
(String) URL of logo to be shown for the tenant. Recommended size is 150px x 150px. If no URL is provided, the Auth0 logo will be used.sandbox_version
(String) Selected sandbox version for the extensibility environment, which allows you to use custom scripts to extend parts of Auth0's functionality.session_cookie
(List of Object) Alters behavior of tenant's session cookie. Contains a single mode
property. (see below for nested schema)session_lifetime
(Number) Number of hours during which a session will stay valid.sessions
(List of Object) Sessions related settings for the tenant. (see below for nested schema)support_email
(String) Support email address for authenticating users.support_url
(String) Support URL for authenticating users.flags
Read-Only:
allow_legacy_delegation_grant_types
(Boolean)allow_legacy_ro_grant_types
(Boolean)allow_legacy_tokeninfo_endpoint
(Boolean)dashboard_insights_view
(Boolean)dashboard_log_streams_next
(Boolean)disable_clickjack_protection_headers
(Boolean)disable_fields_map_fix
(Boolean)disable_management_api_sms_obfuscation
(Boolean)enable_adfs_waad_email_verification
(Boolean)enable_apis_section
(Boolean)enable_client_connections
(Boolean)enable_custom_domain_in_emails
(Boolean)enable_dynamic_client_registration
(Boolean)enable_idtoken_api2
(Boolean)enable_legacy_logs_search_v2
(Boolean)enable_legacy_profile
(Boolean)enable_pipeline2
(Boolean)enable_public_signup_user_exists_error
(Boolean)mfa_show_factor_list_on_enrollment
(Boolean)no_disclose_enterprise_connections
(Boolean)require_pushed_authorization_requests
(Boolean)revoke_refresh_token_grant
(Boolean)use_scope_descriptions_for_consent
(Boolean)session_cookie
Read-Only:
mode
(String)sessions
Read-Only:
oidc_logout_prompt_enabled
(Boolean)