Auth0 v3.17.0 published on Wednesday, Apr 9, 2025 by Pulumi
auth0.getTenant
Explore with Pulumi AI
Use this data source to access information about the tenant this provider is configured to access.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as auth0 from "@pulumi/auth0";
const myTenant = auth0.getTenant({});
import pulumi
import pulumi_auth0 as auth0
my_tenant = auth0.get_tenant()
package main
import (
"github.com/pulumi/pulumi-auth0/sdk/v3/go/auth0"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := auth0.LookupTenant(ctx, map[string]interface{}{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Auth0 = Pulumi.Auth0;
return await Deployment.RunAsync(() =>
{
var myTenant = Auth0.GetTenant.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.auth0.Auth0Functions;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var myTenant = Auth0Functions.getTenant(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference);
}
}
variables:
myTenant:
fn::invoke:
function: auth0:getTenant
arguments: {}
Using getTenant
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTenant(opts?: InvokeOptions): Promise<GetTenantResult>
function getTenantOutput(opts?: InvokeOptions): Output<GetTenantResult>
def get_tenant(opts: Optional[InvokeOptions] = None) -> GetTenantResult
def get_tenant_output(opts: Optional[InvokeOptions] = None) -> Output[GetTenantResult]
func LookupTenant(ctx *Context, opts ...InvokeOption) (*LookupTenantResult, error)
func LookupTenantOutput(ctx *Context, opts ...InvokeOption) LookupTenantResultOutput
> Note: This function is named LookupTenant
in the Go SDK.
public static class GetTenant
{
public static Task<GetTenantResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetTenantResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetTenantResult> getTenant(InvokeOptions options)
public static Output<GetTenantResult> getTenant(InvokeOptions options)
fn::invoke:
function: auth0:index/getTenant:getTenant
arguments:
# arguments dictionary
getTenant Result
The following output properties are available:
- Acr
Values List<string>Supporteds - List of supported ACR values.
- Allow
Organization boolName In Authentication Api - Whether to accept an organization name instead of an ID on auth endpoints.
- Allowed
Logout List<string>Urls - URLs that Auth0 may redirect to after logout.
- Customize
Mfa boolIn Postlogin Action - 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
, andadfs
. - Default
Redirection stringUri - The default absolute redirection URI. Must be HTTPS or an empty string.
- Disable
Acr boolValues Supported - Disable list of supported ACR values.
- Domain string
- Your Auth0 domain name.
- Enabled
Locales List<string> - Supported locales for the user interface. The first locale in the list will be used to set the default locale.
- Error
Pages List<GetTenant Error Page> - Configuration for the error page
- Flags
List<Get
Tenant Flag> - Configuration settings for tenant flags.
- Friendly
Name string - Friendly name for the tenant.
- Id string
- The provider-assigned unique ID for this managed resource.
- Idle
Session doubleLifetime - Number of hours during which a session can be inactive before the user must log in again.
- Management
Api stringIdentifier - The identifier value of the built-in Management API resource server, which can be used as an audience when configuring client grants.
- Mtls
List<Get
Tenant Mtl> - Configuration for mTLS.
- Oidc
Logouts List<GetTenant Oidc Logout> - Settings related to OIDC RP-initiated Logout.
- 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.
- bool
- Enable pushed authorization requests.
- Sandbox
Version string - Selected sandbox version for the extensibility environment, which allows you to use custom scripts to extend parts of Auth0's functionality.
- List<Get
Tenant Session Cooky> - Alters behavior of tenant's session cookie. Contains a single
mode
property. - Session
Lifetime double - Number of hours during which a session will stay valid.
- Sessions
List<Get
Tenant Session> - Sessions related settings for the tenant.
- Support
Email string - Support email address for authenticating users.
- Support
Url string - Support URL for authenticating users.
- Acr
Values []stringSupporteds - List of supported ACR values.
- Allow
Organization boolName In Authentication Api - Whether to accept an organization name instead of an ID on auth endpoints.
- Allowed
Logout []stringUrls - URLs that Auth0 may redirect to after logout.
- Customize
Mfa boolIn Postlogin Action - 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
, andadfs
. - Default
Redirection stringUri - The default absolute redirection URI. Must be HTTPS or an empty string.
- Disable
Acr boolValues Supported - Disable list of supported ACR values.
- Domain string
- Your Auth0 domain name.
- Enabled
Locales []string - Supported locales for the user interface. The first locale in the list will be used to set the default locale.
- Error
Pages []GetTenant Error Page - Configuration for the error page
- Flags
[]Get
Tenant Flag - Configuration settings for tenant flags.
- Friendly
Name string - Friendly name for the tenant.
- Id string
- The provider-assigned unique ID for this managed resource.
- Idle
Session float64Lifetime - Number of hours during which a session can be inactive before the user must log in again.
- Management
Api stringIdentifier - The identifier value of the built-in Management API resource server, which can be used as an audience when configuring client grants.
- Mtls
[]Get
Tenant Mtl - Configuration for mTLS.
- Oidc
Logouts []GetTenant Oidc Logout - Settings related to OIDC RP-initiated Logout.
- 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.
- bool
- Enable pushed authorization requests.
- Sandbox
Version string - Selected sandbox version for the extensibility environment, which allows you to use custom scripts to extend parts of Auth0's functionality.
- []Get
Tenant Session Cooky - Alters behavior of tenant's session cookie. Contains a single
mode
property. - Session
Lifetime float64 - Number of hours during which a session will stay valid.
- Sessions
[]Get
Tenant Session - Sessions related settings for the tenant.
- Support
Email string - Support email address for authenticating users.
- Support
Url string - Support URL for authenticating users.
- acr
Values List<String>Supporteds - List of supported ACR values.
- allow
Organization BooleanName In Authentication Api - Whether to accept an organization name instead of an ID on auth endpoints.
- allowed
Logout List<String>Urls - URLs that Auth0 may redirect to after logout.
- customize
Mfa BooleanIn Postlogin Action - 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
, andadfs
. - default
Redirection StringUri - The default absolute redirection URI. Must be HTTPS or an empty string.
- disable
Acr BooleanValues Supported - Disable list of supported ACR values.
- domain String
- Your Auth0 domain name.
- enabled
Locales List<String> - Supported locales for the user interface. The first locale in the list will be used to set the default locale.
- error
Pages List<GetTenant Error Page> - Configuration for the error page
- flags
List<Get
Tenant Flag> - Configuration settings for tenant flags.
- friendly
Name String - Friendly name for the tenant.
- id String
- The provider-assigned unique ID for this managed resource.
- idle
Session DoubleLifetime - Number of hours during which a session can be inactive before the user must log in again.
- management
Api StringIdentifier - The identifier value of the built-in Management API resource server, which can be used as an audience when configuring client grants.
- mtls
List<Get
Tenant Mtl> - Configuration for mTLS.
- oidc
Logouts List<GetTenant Oidc Logout> - Settings related to OIDC RP-initiated Logout.
- 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.
- Boolean
- Enable pushed authorization requests.
- sandbox
Version String - Selected sandbox version for the extensibility environment, which allows you to use custom scripts to extend parts of Auth0's functionality.
- List<Get
Tenant Session Cooky> - Alters behavior of tenant's session cookie. Contains a single
mode
property. - session
Lifetime Double - Number of hours during which a session will stay valid.
- sessions
List<Get
Tenant Session> - Sessions related settings for the tenant.
- support
Email String - Support email address for authenticating users.
- support
Url String - Support URL for authenticating users.
- acr
Values string[]Supporteds - List of supported ACR values.
- allow
Organization booleanName In Authentication Api - Whether to accept an organization name instead of an ID on auth endpoints.
- allowed
Logout string[]Urls - URLs that Auth0 may redirect to after logout.
- customize
Mfa booleanIn Postlogin Action - 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
, andadfs
. - default
Redirection stringUri - The default absolute redirection URI. Must be HTTPS or an empty string.
- disable
Acr booleanValues Supported - Disable list of supported ACR values.
- domain string
- Your Auth0 domain name.
- enabled
Locales string[] - Supported locales for the user interface. The first locale in the list will be used to set the default locale.
- error
Pages GetTenant Error Page[] - Configuration for the error page
- flags
Get
Tenant Flag[] - Configuration settings for tenant flags.
- friendly
Name string - Friendly name for the tenant.
- id string
- The provider-assigned unique ID for this managed resource.
- idle
Session numberLifetime - Number of hours during which a session can be inactive before the user must log in again.
- management
Api stringIdentifier - The identifier value of the built-in Management API resource server, which can be used as an audience when configuring client grants.
- mtls
Get
Tenant Mtl[] - Configuration for mTLS.
- oidc
Logouts GetTenant Oidc Logout[] - Settings related to OIDC RP-initiated Logout.
- 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.
- boolean
- Enable pushed authorization requests.
- sandbox
Version string - Selected sandbox version for the extensibility environment, which allows you to use custom scripts to extend parts of Auth0's functionality.
- Get
Tenant Session Cooky[] - Alters behavior of tenant's session cookie. Contains a single
mode
property. - session
Lifetime number - Number of hours during which a session will stay valid.
- sessions
Get
Tenant Session[] - Sessions related settings for the tenant.
- support
Email string - Support email address for authenticating users.
- support
Url string - Support URL for authenticating users.
- acr_
values_ Sequence[str]supporteds - List of supported ACR values.
- allow_
organization_ boolname_ in_ authentication_ api - Whether to accept an organization name instead of an ID on auth endpoints.
- allowed_
logout_ Sequence[str]urls - URLs that Auth0 may redirect to after logout.
- customize_
mfa_ boolin_ postlogin_ action - Whether to enable flexible factors for MFA in the PostLogin action.
- default_
audience str - 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 str - Name of the connection to be used for Password Grant exchanges. Options include
auth0-adldap
,ad
,auth0
,email
,sms
,waad
, andadfs
. - default_
redirection_ struri - The default absolute redirection URI. Must be HTTPS or an empty string.
- disable_
acr_ boolvalues_ supported - Disable list of supported ACR values.
- domain str
- Your Auth0 domain name.
- enabled_
locales Sequence[str] - Supported locales for the user interface. The first locale in the list will be used to set the default locale.
- error_
pages Sequence[GetTenant Error Page] - Configuration for the error page
- flags
Sequence[Get
Tenant Flag] - Configuration settings for tenant flags.
- friendly_
name str - Friendly name for the tenant.
- id str
- The provider-assigned unique ID for this managed resource.
- idle_
session_ floatlifetime - Number of hours during which a session can be inactive before the user must log in again.
- management_
api_ stridentifier - The identifier value of the built-in Management API resource server, which can be used as an audience when configuring client grants.
- mtls
Sequence[Get
Tenant Mtl] - Configuration for mTLS.
- oidc_
logouts Sequence[GetTenant Oidc Logout] - Settings related to OIDC RP-initiated Logout.
- picture_
url str - 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.
- bool
- Enable pushed authorization requests.
- sandbox_
version str - Selected sandbox version for the extensibility environment, which allows you to use custom scripts to extend parts of Auth0's functionality.
- Sequence[Get
Tenant Session Cooky] - Alters behavior of tenant's session cookie. Contains a single
mode
property. - session_
lifetime float - Number of hours during which a session will stay valid.
- sessions
Sequence[Get
Tenant Session] - Sessions related settings for the tenant.
- support_
email str - Support email address for authenticating users.
- support_
url str - Support URL for authenticating users.
- acr
Values List<String>Supporteds - List of supported ACR values.
- allow
Organization BooleanName In Authentication Api - Whether to accept an organization name instead of an ID on auth endpoints.
- allowed
Logout List<String>Urls - URLs that Auth0 may redirect to after logout.
- customize
Mfa BooleanIn Postlogin Action - 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
, andadfs
. - default
Redirection StringUri - The default absolute redirection URI. Must be HTTPS or an empty string.
- disable
Acr BooleanValues Supported - Disable list of supported ACR values.
- domain String
- Your Auth0 domain name.
- enabled
Locales List<String> - Supported locales for the user interface. The first locale in the list will be used to set the default locale.
- error
Pages List<Property Map> - Configuration for the error page
- flags List<Property Map>
- Configuration settings for tenant flags.
- friendly
Name String - Friendly name for the tenant.
- id String
- The provider-assigned unique ID for this managed resource.
- idle
Session NumberLifetime - Number of hours during which a session can be inactive before the user must log in again.
- management
Api StringIdentifier - The identifier value of the built-in Management API resource server, which can be used as an audience when configuring client grants.
- mtls List<Property Map>
- Configuration for mTLS.
- oidc
Logouts List<Property Map> - Settings related to OIDC RP-initiated Logout.
- 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.
- Boolean
- Enable pushed authorization requests.
- sandbox
Version String - Selected sandbox version for the extensibility environment, which allows you to use custom scripts to extend parts of Auth0's functionality.
- List<Property Map>
- Alters behavior of tenant's session cookie. Contains a single
mode
property. - session
Lifetime Number - Number of hours during which a session will stay valid.
- sessions List<Property Map>
- Sessions related settings for the tenant.
- support
Email String - Support email address for authenticating users.
- support
Url String - Support URL for authenticating users.
Supporting Types
GetTenantErrorPage
- Html
This property is required. string - Custom Error HTML (Liquid syntax is supported)
- Show
Log Link This property is required. bool - Whether to show the link to log as part of the default error page (true, default) or not to show the link (false).
- Url
This property is required. string - URL to redirect to when an error occurs instead of showing the default error page
- Html
This property is required. string - Custom Error HTML (Liquid syntax is supported)
- Show
Log Link This property is required. bool - Whether to show the link to log as part of the default error page (true, default) or not to show the link (false).
- Url
This property is required. string - URL to redirect to when an error occurs instead of showing the default error page
- html
This property is required. String - Custom Error HTML (Liquid syntax is supported)
- show
Log Link This property is required. Boolean - Whether to show the link to log as part of the default error page (true, default) or not to show the link (false).
- url
This property is required. String - URL to redirect to when an error occurs instead of showing the default error page
- html
This property is required. string - Custom Error HTML (Liquid syntax is supported)
- show
Log Link This property is required. boolean - Whether to show the link to log as part of the default error page (true, default) or not to show the link (false).
- url
This property is required. string - URL to redirect to when an error occurs instead of showing the default error page
- html
This property is required. str - Custom Error HTML (Liquid syntax is supported)
- show_
log_ link This property is required. bool - Whether to show the link to log as part of the default error page (true, default) or not to show the link (false).
- url
This property is required. str - URL to redirect to when an error occurs instead of showing the default error page
- html
This property is required. String - Custom Error HTML (Liquid syntax is supported)
- show
Log Link This property is required. Boolean - Whether to show the link to log as part of the default error page (true, default) or not to show the link (false).
- url
This property is required. String - URL to redirect to when an error occurs instead of showing the default error page
GetTenantFlag
- Allow
Legacy Delegation Grant Types This property is required. bool - Whether the legacy delegation endpoint will be enabled for your account (true) or not available (false).
- Allow
Legacy Ro Grant Types This property is required. bool - Whether the legacy
auth/ro
endpoint (used with resource owner password and passwordless features) will be enabled for your account (true) or not available (false). - Allow
Legacy Tokeninfo Endpoint This property is required. bool - If enabled, customers can use Tokeninfo Endpoint, otherwise they can not use it.
- Dashboard
Insights View This property is required. bool - Enables new insights activity page view.
- Dashboard
Log Streams Next This property is required. bool - Enables beta access to log streaming changes.
- Disable
Clickjack Protection Headers This property is required. bool - Indicates whether classic Universal Login prompts include additional security headers to prevent clickjacking.
- Disable
Fields Map Fix This property is required. bool - Disables SAML fields map fix for bad mappings with repeated attributes.
- Disable
Management Api Sms Obfuscation This property is required. bool - If true, SMS phone numbers will not be obfuscated in Management API GET calls.
- Enable
Adfs Waad Email Verification This property is required. bool - If enabled, users will be presented with an email verification prompt during their first login when using Azure AD or ADFS connections.
- Enable
Apis Section This property is required. bool - Indicates whether the APIs section is enabled for the tenant.
- Enable
Client Connections This property is required. bool - Indicates whether all current connections should be enabled when a new client is created.
- Enable
Custom Domain In Emails This property is required. bool - Indicates whether the tenant allows custom domains in emails. Before enabling this flag, you must have a custom domain with status:
ready
. - Enable
Dynamic Client Registration This property is required. bool - Indicates whether the tenant allows dynamic client registration.
- Enable
Idtoken Api2 This property is required. bool - Whether ID tokens can be used to authorize some types of requests to API v2 (true) or not (false).
- Enable
Legacy Logs Search V2 This property is required. bool - Indicates whether to use the older v2 legacy logs search.
- Enable
Legacy Profile This property is required. bool - Whether ID tokens and the userinfo endpoint includes a complete user profile (true) or only OpenID Connect claims (false).
- Enable
Pipeline2 This property is required. bool - Indicates whether advanced API Authorization scenarios are enabled.
- Enable
Public Signup User Exists Error This property is required. bool - Indicates whether the public sign up process shows a
user_exists
error if the user already exists. - Enable
Sso This property is required. bool - Flag indicating whether users will not be prompted to confirm log in before SSO redirection. This flag applies to existing tenants only; new tenants have it enforced as true.
- Mfa
Show Factor List On Enrollment This property is required. bool - Used to allow users to pick which factor to enroll with from the list of available MFA factors.
- No
Disclose Enterprise Connections This property is required. bool - Do not Publish Enterprise Connections Information with IdP domains on the lock configuration file.
- Remove
Alg From Jwks This property is required. bool - Remove
alg
from jwks(JSON Web Key Sets). This property is required. bool- This Flag is not supported by the Auth0 Management API and will be removed in the next major release.
- Revoke
Refresh Token Grant This property is required. bool - Delete underlying grant when a refresh token is revoked via the Authentication API.
- Use
Scope Descriptions For Consent This property is required. bool - Indicates whether to use scope descriptions for consent.
- Allow
Legacy Delegation Grant Types This property is required. bool - Whether the legacy delegation endpoint will be enabled for your account (true) or not available (false).
- Allow
Legacy Ro Grant Types This property is required. bool - Whether the legacy
auth/ro
endpoint (used with resource owner password and passwordless features) will be enabled for your account (true) or not available (false). - Allow
Legacy Tokeninfo Endpoint This property is required. bool - If enabled, customers can use Tokeninfo Endpoint, otherwise they can not use it.
- Dashboard
Insights View This property is required. bool - Enables new insights activity page view.
- Dashboard
Log Streams Next This property is required. bool - Enables beta access to log streaming changes.
- Disable
Clickjack Protection Headers This property is required. bool - Indicates whether classic Universal Login prompts include additional security headers to prevent clickjacking.
- Disable
Fields Map Fix This property is required. bool - Disables SAML fields map fix for bad mappings with repeated attributes.
- Disable
Management Api Sms Obfuscation This property is required. bool - If true, SMS phone numbers will not be obfuscated in Management API GET calls.
- Enable
Adfs Waad Email Verification This property is required. bool - If enabled, users will be presented with an email verification prompt during their first login when using Azure AD or ADFS connections.
- Enable
Apis Section This property is required. bool - Indicates whether the APIs section is enabled for the tenant.
- Enable
Client Connections This property is required. bool - Indicates whether all current connections should be enabled when a new client is created.
- Enable
Custom Domain In Emails This property is required. bool - Indicates whether the tenant allows custom domains in emails. Before enabling this flag, you must have a custom domain with status:
ready
. - Enable
Dynamic Client Registration This property is required. bool - Indicates whether the tenant allows dynamic client registration.
- Enable
Idtoken Api2 This property is required. bool - Whether ID tokens can be used to authorize some types of requests to API v2 (true) or not (false).
- Enable
Legacy Logs Search V2 This property is required. bool - Indicates whether to use the older v2 legacy logs search.
- Enable
Legacy Profile This property is required. bool - Whether ID tokens and the userinfo endpoint includes a complete user profile (true) or only OpenID Connect claims (false).
- Enable
Pipeline2 This property is required. bool - Indicates whether advanced API Authorization scenarios are enabled.
- Enable
Public Signup User Exists Error This property is required. bool - Indicates whether the public sign up process shows a
user_exists
error if the user already exists. - Enable
Sso This property is required. bool - Flag indicating whether users will not be prompted to confirm log in before SSO redirection. This flag applies to existing tenants only; new tenants have it enforced as true.
- Mfa
Show Factor List On Enrollment This property is required. bool - Used to allow users to pick which factor to enroll with from the list of available MFA factors.
- No
Disclose Enterprise Connections This property is required. bool - Do not Publish Enterprise Connections Information with IdP domains on the lock configuration file.
- Remove
Alg From Jwks This property is required. bool - Remove
alg
from jwks(JSON Web Key Sets). This property is required. bool- This Flag is not supported by the Auth0 Management API and will be removed in the next major release.
- Revoke
Refresh Token Grant This property is required. bool - Delete underlying grant when a refresh token is revoked via the Authentication API.
- Use
Scope Descriptions For Consent This property is required. bool - Indicates whether to use scope descriptions for consent.
- allow
Legacy Delegation Grant Types This property is required. Boolean - Whether the legacy delegation endpoint will be enabled for your account (true) or not available (false).
- allow
Legacy Ro Grant Types This property is required. Boolean - Whether the legacy
auth/ro
endpoint (used with resource owner password and passwordless features) will be enabled for your account (true) or not available (false). - allow
Legacy Tokeninfo Endpoint This property is required. Boolean - If enabled, customers can use Tokeninfo Endpoint, otherwise they can not use it.
- dashboard
Insights View This property is required. Boolean - Enables new insights activity page view.
- dashboard
Log Streams Next This property is required. Boolean - Enables beta access to log streaming changes.
- disable
Clickjack Protection Headers This property is required. Boolean - Indicates whether classic Universal Login prompts include additional security headers to prevent clickjacking.
- disable
Fields Map Fix This property is required. Boolean - Disables SAML fields map fix for bad mappings with repeated attributes.
- disable
Management Api Sms Obfuscation This property is required. Boolean - If true, SMS phone numbers will not be obfuscated in Management API GET calls.
- enable
Adfs Waad Email Verification This property is required. Boolean - If enabled, users will be presented with an email verification prompt during their first login when using Azure AD or ADFS connections.
- enable
Apis Section This property is required. Boolean - Indicates whether the APIs section is enabled for the tenant.
- enable
Client Connections This property is required. Boolean - Indicates whether all current connections should be enabled when a new client is created.
- enable
Custom Domain In Emails This property is required. Boolean - Indicates whether the tenant allows custom domains in emails. Before enabling this flag, you must have a custom domain with status:
ready
. - enable
Dynamic Client Registration This property is required. Boolean - Indicates whether the tenant allows dynamic client registration.
- enable
Idtoken Api2 This property is required. Boolean - Whether ID tokens can be used to authorize some types of requests to API v2 (true) or not (false).
- enable
Legacy Logs Search V2 This property is required. Boolean - Indicates whether to use the older v2 legacy logs search.
- enable
Legacy Profile This property is required. Boolean - Whether ID tokens and the userinfo endpoint includes a complete user profile (true) or only OpenID Connect claims (false).
- enable
Pipeline2 This property is required. Boolean - Indicates whether advanced API Authorization scenarios are enabled.
- enable
Public Signup User Exists Error This property is required. Boolean - Indicates whether the public sign up process shows a
user_exists
error if the user already exists. - enable
Sso This property is required. Boolean - Flag indicating whether users will not be prompted to confirm log in before SSO redirection. This flag applies to existing tenants only; new tenants have it enforced as true.
- mfa
Show Factor List On Enrollment This property is required. Boolean - Used to allow users to pick which factor to enroll with from the list of available MFA factors.
- no
Disclose Enterprise Connections This property is required. Boolean - Do not Publish Enterprise Connections Information with IdP domains on the lock configuration file.
- remove
Alg From Jwks This property is required. Boolean - Remove
alg
from jwks(JSON Web Key Sets). This property is required. Boolean- This Flag is not supported by the Auth0 Management API and will be removed in the next major release.
- revoke
Refresh Token Grant This property is required. Boolean - Delete underlying grant when a refresh token is revoked via the Authentication API.
- use
Scope Descriptions For Consent This property is required. Boolean - Indicates whether to use scope descriptions for consent.
- allow
Legacy Delegation Grant Types This property is required. boolean - Whether the legacy delegation endpoint will be enabled for your account (true) or not available (false).
- allow
Legacy Ro Grant Types This property is required. boolean - Whether the legacy
auth/ro
endpoint (used with resource owner password and passwordless features) will be enabled for your account (true) or not available (false). - allow
Legacy Tokeninfo Endpoint This property is required. boolean - If enabled, customers can use Tokeninfo Endpoint, otherwise they can not use it.
- dashboard
Insights View This property is required. boolean - Enables new insights activity page view.
- dashboard
Log Streams Next This property is required. boolean - Enables beta access to log streaming changes.
- disable
Clickjack Protection Headers This property is required. boolean - Indicates whether classic Universal Login prompts include additional security headers to prevent clickjacking.
- disable
Fields Map Fix This property is required. boolean - Disables SAML fields map fix for bad mappings with repeated attributes.
- disable
Management Api Sms Obfuscation This property is required. boolean - If true, SMS phone numbers will not be obfuscated in Management API GET calls.
- enable
Adfs Waad Email Verification This property is required. boolean - If enabled, users will be presented with an email verification prompt during their first login when using Azure AD or ADFS connections.
- enable
Apis Section This property is required. boolean - Indicates whether the APIs section is enabled for the tenant.
- enable
Client Connections This property is required. boolean - Indicates whether all current connections should be enabled when a new client is created.
- enable
Custom Domain In Emails This property is required. boolean - Indicates whether the tenant allows custom domains in emails. Before enabling this flag, you must have a custom domain with status:
ready
. - enable
Dynamic Client Registration This property is required. boolean - Indicates whether the tenant allows dynamic client registration.
- enable
Idtoken Api2 This property is required. boolean - Whether ID tokens can be used to authorize some types of requests to API v2 (true) or not (false).
- enable
Legacy Logs Search V2 This property is required. boolean - Indicates whether to use the older v2 legacy logs search.
- enable
Legacy Profile This property is required. boolean - Whether ID tokens and the userinfo endpoint includes a complete user profile (true) or only OpenID Connect claims (false).
- enable
Pipeline2 This property is required. boolean - Indicates whether advanced API Authorization scenarios are enabled.
- enable
Public Signup User Exists Error This property is required. boolean - Indicates whether the public sign up process shows a
user_exists
error if the user already exists. - enable
Sso This property is required. boolean - Flag indicating whether users will not be prompted to confirm log in before SSO redirection. This flag applies to existing tenants only; new tenants have it enforced as true.
- mfa
Show Factor List On Enrollment This property is required. boolean - Used to allow users to pick which factor to enroll with from the list of available MFA factors.
- no
Disclose Enterprise Connections This property is required. boolean - Do not Publish Enterprise Connections Information with IdP domains on the lock configuration file.
- remove
Alg From Jwks This property is required. boolean - Remove
alg
from jwks(JSON Web Key Sets). This property is required. boolean- This Flag is not supported by the Auth0 Management API and will be removed in the next major release.
- revoke
Refresh Token Grant This property is required. boolean - Delete underlying grant when a refresh token is revoked via the Authentication API.
- use
Scope Descriptions For Consent This property is required. boolean - Indicates whether to use scope descriptions for consent.
- allow_
legacy_ delegation_ grant_ types This property is required. bool - Whether the legacy delegation endpoint will be enabled for your account (true) or not available (false).
- allow_
legacy_ ro_ grant_ types This property is required. bool - Whether the legacy
auth/ro
endpoint (used with resource owner password and passwordless features) will be enabled for your account (true) or not available (false). - allow_
legacy_ tokeninfo_ endpoint This property is required. bool - If enabled, customers can use Tokeninfo Endpoint, otherwise they can not use it.
- dashboard_
insights_ view This property is required. bool - Enables new insights activity page view.
- dashboard_
log_ streams_ next This property is required. bool - Enables beta access to log streaming changes.
- disable_
clickjack_ protection_ headers This property is required. bool - Indicates whether classic Universal Login prompts include additional security headers to prevent clickjacking.
- disable_
fields_ map_ fix This property is required. bool - Disables SAML fields map fix for bad mappings with repeated attributes.
- disable_
management_ api_ sms_ obfuscation This property is required. bool - If true, SMS phone numbers will not be obfuscated in Management API GET calls.
- enable_
adfs_ waad_ email_ verification This property is required. bool - If enabled, users will be presented with an email verification prompt during their first login when using Azure AD or ADFS connections.
- enable_
apis_ section This property is required. bool - Indicates whether the APIs section is enabled for the tenant.
- enable_
client_ connections This property is required. bool - Indicates whether all current connections should be enabled when a new client is created.
- enable_
custom_ domain_ in_ emails This property is required. bool - Indicates whether the tenant allows custom domains in emails. Before enabling this flag, you must have a custom domain with status:
ready
. - enable_
dynamic_ client_ registration This property is required. bool - Indicates whether the tenant allows dynamic client registration.
- enable_
idtoken_ api2 This property is required. bool - Whether ID tokens can be used to authorize some types of requests to API v2 (true) or not (false).
- enable_
legacy_ logs_ search_ v2 This property is required. bool - Indicates whether to use the older v2 legacy logs search.
- enable_
legacy_ profile This property is required. bool - Whether ID tokens and the userinfo endpoint includes a complete user profile (true) or only OpenID Connect claims (false).
- enable_
pipeline2 This property is required. bool - Indicates whether advanced API Authorization scenarios are enabled.
- enable_
public_ signup_ user_ exists_ error This property is required. bool - Indicates whether the public sign up process shows a
user_exists
error if the user already exists. - enable_
sso This property is required. bool - Flag indicating whether users will not be prompted to confirm log in before SSO redirection. This flag applies to existing tenants only; new tenants have it enforced as true.
- mfa_
show_ factor_ list_ on_ enrollment This property is required. bool - Used to allow users to pick which factor to enroll with from the list of available MFA factors.
- no_
disclose_ enterprise_ connections This property is required. bool - Do not Publish Enterprise Connections Information with IdP domains on the lock configuration file.
- remove_
alg_ from_ jwks This property is required. bool - Remove
alg
from jwks(JSON Web Key Sets). This property is required. bool- This Flag is not supported by the Auth0 Management API and will be removed in the next major release.
- revoke_
refresh_ token_ grant This property is required. bool - Delete underlying grant when a refresh token is revoked via the Authentication API.
- use_
scope_ descriptions_ for_ consent This property is required. bool - Indicates whether to use scope descriptions for consent.
- allow
Legacy Delegation Grant Types This property is required. Boolean - Whether the legacy delegation endpoint will be enabled for your account (true) or not available (false).
- allow
Legacy Ro Grant Types This property is required. Boolean - Whether the legacy
auth/ro
endpoint (used with resource owner password and passwordless features) will be enabled for your account (true) or not available (false). - allow
Legacy Tokeninfo Endpoint This property is required. Boolean - If enabled, customers can use Tokeninfo Endpoint, otherwise they can not use it.
- dashboard
Insights View This property is required. Boolean - Enables new insights activity page view.
- dashboard
Log Streams Next This property is required. Boolean - Enables beta access to log streaming changes.
- disable
Clickjack Protection Headers This property is required. Boolean - Indicates whether classic Universal Login prompts include additional security headers to prevent clickjacking.
- disable
Fields Map Fix This property is required. Boolean - Disables SAML fields map fix for bad mappings with repeated attributes.
- disable
Management Api Sms Obfuscation This property is required. Boolean - If true, SMS phone numbers will not be obfuscated in Management API GET calls.
- enable
Adfs Waad Email Verification This property is required. Boolean - If enabled, users will be presented with an email verification prompt during their first login when using Azure AD or ADFS connections.
- enable
Apis Section This property is required. Boolean - Indicates whether the APIs section is enabled for the tenant.
- enable
Client Connections This property is required. Boolean - Indicates whether all current connections should be enabled when a new client is created.
- enable
Custom Domain In Emails This property is required. Boolean - Indicates whether the tenant allows custom domains in emails. Before enabling this flag, you must have a custom domain with status:
ready
. - enable
Dynamic Client Registration This property is required. Boolean - Indicates whether the tenant allows dynamic client registration.
- enable
Idtoken Api2 This property is required. Boolean - Whether ID tokens can be used to authorize some types of requests to API v2 (true) or not (false).
- enable
Legacy Logs Search V2 This property is required. Boolean - Indicates whether to use the older v2 legacy logs search.
- enable
Legacy Profile This property is required. Boolean - Whether ID tokens and the userinfo endpoint includes a complete user profile (true) or only OpenID Connect claims (false).
- enable
Pipeline2 This property is required. Boolean - Indicates whether advanced API Authorization scenarios are enabled.
- enable
Public Signup User Exists Error This property is required. Boolean - Indicates whether the public sign up process shows a
user_exists
error if the user already exists. - enable
Sso This property is required. Boolean - Flag indicating whether users will not be prompted to confirm log in before SSO redirection. This flag applies to existing tenants only; new tenants have it enforced as true.
- mfa
Show Factor List On Enrollment This property is required. Boolean - Used to allow users to pick which factor to enroll with from the list of available MFA factors.
- no
Disclose Enterprise Connections This property is required. Boolean - Do not Publish Enterprise Connections Information with IdP domains on the lock configuration file.
- remove
Alg From Jwks This property is required. Boolean - Remove
alg
from jwks(JSON Web Key Sets). This property is required. Boolean- This Flag is not supported by the Auth0 Management API and will be removed in the next major release.
- revoke
Refresh Token Grant This property is required. Boolean - Delete underlying grant when a refresh token is revoked via the Authentication API.
- use
Scope Descriptions For Consent This property is required. Boolean - Indicates whether to use scope descriptions for consent.
GetTenantMtl
- Disable
This property is required. bool - Disable mTLS settings.
- Enable
Endpoint Aliases This property is required. bool - Enable mTLS endpoint aliases.
- Disable
This property is required. bool - Disable mTLS settings.
- Enable
Endpoint Aliases This property is required. bool - Enable mTLS endpoint aliases.
- disable
This property is required. Boolean - Disable mTLS settings.
- enable
Endpoint Aliases This property is required. Boolean - Enable mTLS endpoint aliases.
- disable
This property is required. boolean - Disable mTLS settings.
- enable
Endpoint Aliases This property is required. boolean - Enable mTLS endpoint aliases.
- disable
This property is required. bool - Disable mTLS settings.
- enable_
endpoint_ aliases This property is required. bool - Enable mTLS endpoint aliases.
- disable
This property is required. Boolean - Disable mTLS settings.
- enable
Endpoint Aliases This property is required. Boolean - Enable mTLS endpoint aliases.
GetTenantOidcLogout
- Rp
Logout End Session Endpoint Discovery This property is required. bool - Enable the end_session_endpoint URL in the .well-known discovery configuration.
- Rp
Logout End Session Endpoint Discovery This property is required. bool - Enable the end_session_endpoint URL in the .well-known discovery configuration.
- rp
Logout End Session Endpoint Discovery This property is required. Boolean - Enable the end_session_endpoint URL in the .well-known discovery configuration.
- rp
Logout End Session Endpoint Discovery This property is required. boolean - Enable the end_session_endpoint URL in the .well-known discovery configuration.
- rp_
logout_ end_ session_ endpoint_ discovery This property is required. bool - Enable the end_session_endpoint URL in the .well-known discovery configuration.
- rp
Logout End Session Endpoint Discovery This property is required. Boolean - Enable the end_session_endpoint URL in the .well-known discovery configuration.
GetTenantSession
- Oidc
Logout Prompt Enabled This property is required. bool - When active, users will be presented with a consent prompt to confirm the logout request if the request is not trustworthy. Turn off the consent prompt to bypass user confirmation.
- Oidc
Logout Prompt Enabled This property is required. bool - When active, users will be presented with a consent prompt to confirm the logout request if the request is not trustworthy. Turn off the consent prompt to bypass user confirmation.
- oidc
Logout Prompt Enabled This property is required. Boolean - When active, users will be presented with a consent prompt to confirm the logout request if the request is not trustworthy. Turn off the consent prompt to bypass user confirmation.
- oidc
Logout Prompt Enabled This property is required. boolean - When active, users will be presented with a consent prompt to confirm the logout request if the request is not trustworthy. Turn off the consent prompt to bypass user confirmation.
- oidc_
logout_ prompt_ enabled This property is required. bool - When active, users will be presented with a consent prompt to confirm the logout request if the request is not trustworthy. Turn off the consent prompt to bypass user confirmation.
- oidc
Logout Prompt Enabled This property is required. Boolean - When active, users will be presented with a consent prompt to confirm the logout request if the request is not trustworthy. Turn off the consent prompt to bypass user confirmation.
GetTenantSessionCooky
- Mode
This property is required. string - Behavior of tenant session cookie. Accepts either "persistent" or "non-persistent".
- Mode
This property is required. string - Behavior of tenant session cookie. Accepts either "persistent" or "non-persistent".
- mode
This property is required. String - Behavior of tenant session cookie. Accepts either "persistent" or "non-persistent".
- mode
This property is required. string - Behavior of tenant session cookie. Accepts either "persistent" or "non-persistent".
- mode
This property is required. str - Behavior of tenant session cookie. Accepts either "persistent" or "non-persistent".
- mode
This property is required. String - Behavior of tenant session cookie. Accepts either "persistent" or "non-persistent".
Package Details
- Repository
- Auth0 pulumi/pulumi-auth0
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
auth0
Terraform Provider.