Comma-separated list of URLs that are valid to redirect to after logout from Auth0. Wildcards are allowed for subdomains.
Comma-separated list of URLs allowed to make requests from JavaScript to Auth0 API (typically used with CORS). By default, all your callback URLs will be allowed. This field allows you to enter other origins if necessary. You can also use wildcards at the subdomain level (e.g., https://*.contoso.com). Query strings and hash information are not taken into account when validating these URLs.
Type of client used to determine which settings are applicable. Can be spa
, native
, non_interactive
, or regular_web
.
Comma-separated list of URLs whitelisted for Auth0 to use as a callback to the client after authentication.
List of audiences/realms for SAML protocol. Used by the wsfed addon.
ID of this client.
Metadata associated with the client, in the form of an object with string values (max 255 chars). Maximum of 10 metadata properties allowed. Field names (max 255 chars) are alphanumeric and may only include the following special characters: :,-+=_*?"/()<>@ [Tab] [Space]
Client secret (which you must not make public).
Defines the compliance level for this client, which may restrict it's capabilities
Whether this client can be used to make cross-origin authentication requests (true) or it is not allowed to make such requests (false).
URL of the location in your site where the cross origin verification takes place for the cross-origin auth flow when performing Auth in your own domain instead of Auth0 hosted login page.
The content (HTML, CSS, JS) of the custom login page.
Whether a custom login page is to be used (true) or the default provided login page (false).
The content (HTML, CSS, JS) of the custom login page. (Used on Previews)
Free text description of this client (max length: 140 characters).
HTML form template to be used for WS-Federation.
Whether this is your global 'All Applications' client representing legacy tenant settings (true) or a regular client (false).
List of grant types supported for this application. Can include authorization_code
, implicit
, refresh_token
, client_credentials
, password
, http://auth0.com/oauth/grant-type/password-realm
, http://auth0.com/oauth/grant-type/mfa-oob
, http://auth0.com/oauth/grant-type/mfa-otp
, http://auth0.com/oauth/grant-type/mfa-recovery-code
, and urn:ietf:params:oauth:grant-type:device_code
.
Initiate login uri, must be https
Whether this client a first party client (true) or not (false).
URL of the logo to display for this client. Recommended size is 150x150 pixels.
Name of this client (min length: 1 character, does not allow <
or >
).
Whether this client conforms to strict OIDC specifications (true) or uses legacy features (false).
Defines how to proceed during an authentication transaction when client.organization_usage: 'require'
. Can be no_prompt
(default), pre_login_prompt
or post_login_prompt
. post_login_prompt
requires oidc_conformant: true
.
Defines how to proceed during an authentication transaction with regards an organization. Can be deny
(default), allow
or require
.
Makes the use of Proof-of-Possession mandatory for this client
Makes the use of Pushed Authorization Requests mandatory for this client
Signing certificates associated with this client.
Applies only to SSO clients and determines whether Auth0 will handle Single Sign On (true) or whether the Identity Provider will (false).
Whether Single Sign On is disabled (true) or enabled (true). Defaults to true.
Name of the tenant this client belongs to.
Defines the requested authentication method for the token endpoint. Can be none
(public client without a client secret), client_secret_post
(client uses HTTP POST parameters), or client_secret_basic
(client uses HTTP Basic).
Comma-separated list of allowed origins for use with Cross-Origin Authentication, Device Flow, and web message response mode.
List of allow clients and API ids that are allowed to make delegation requests. Empty means all all your clients are allowed.