Name of this client (min length: 1 character, does not allow <
or >
).
Optional
descriptionFree text description of this client (max length: 140 characters).
Optional
logo_URL of the logo to display for this client. Recommended size is 150x150 pixels.
Optional
callbacksComma-separated list of URLs whitelisted for Auth0 to use as a callback to the client after authentication.
Optional
oidc_Optional
oidc_Optional
session_Optional
allowed_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.
Optional
web_Comma-separated list of allowed origins for use with Cross-Origin Authentication, Device Flow, and web message response mode.
Optional
client_List of audiences/realms for SAML protocol. Used by the wsfed addon.
Optional
allowed_List of allow clients and API ids that are allowed to make delegation requests. Empty means all all your clients are allowed.
Optional
allowed_Comma-separated list of URLs that are valid to redirect to after logout from Auth0. Wildcards are allowed for subdomains.
Optional
grant_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
, urn:openid:params:grant-type:ciba
, urn:ietf:params:oauth:grant-type:device_code
, and urn:auth0:params:oauth:grant-type:token-exchange:federated-connection-access-token
.
Optional
token_Optional
app_Optional
is_Whether this client a first party client or not
Optional
oidc_Whether this client conforms to strict OIDC specifications (true) or uses legacy features (false).
Optional
jwt_Optional
encryption_Optional
ssoApplies only to SSO clients and determines whether Auth0 will handle Single Sign On (true) or whether the Identity Provider will (false).
Optional
cross_Whether this client can be used to make cross-origin authentication requests (true) or it is not allowed to make such requests (false).
Optional
cross_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.
Optional
sso_true
to disable Single Sign On, false
otherwise (default: false
)
Optional
custom_true
if the custom login page is to be used, false
otherwise. Defaults to true
Optional
custom_The content (HTML, CSS, JS) of the custom login page.
Optional
custom_The content (HTML, CSS, JS) of the custom login page. (Used on Previews)
Optional
form_HTML form template to be used for WS-Federation.
Optional
addonsOptional
client_Optional
mobileOptional
initiate_Initiate login uri, must be https
Optional
native_Optional
refresh_Optional
default_Optional
organization_Optional
organization_Optional
organization_Defines the available methods for organization discovery during the pre_login_prompt
. Users can discover their organization either by email
, organization_name
or both.
Optional
client_Optional
require_Makes the use of Pushed Authorization Requests mandatory for this client
Optional
require_Makes the use of Proof-of-Possession mandatory for this client
Optional
signed_Optional
compliance_Optional
par_Specifies how long, in seconds, a Pushed Authorization Request URI remains valid
Optional
token_Optional
resource_The identifier of the resource server that this client is linked to.
Optional
my_
Example