{ if (e.detail) { value = { id: '', secret: '', domain: '', custom: false } } else { value = undefined } }} />
{#if enabled}
{ value['custom'] = detail === 'custom' }} > {#snippet children({ item })}
{/snippet}
{#if value['custom']}Custom ({'https://
'}){:else} Org ({'https://
.auth0.com'}){/if}
Custom Name
Client ID
Client ID credential of the auth0 service configuration
Client Secret
Client Secret of the auth0 service configuration
1. Create Application
From your auth0 Admin page, setup a Windmill application:
Create a new application
For "application type" select
Regular Web Application
Copy down the "Client ID" and "Client Secret" and paste them into the fields above
2. Application URIs Configuration
Under "Application URIs", set the following:
Application Login URI:
BASE_URL/user/login
Allowed Callback URLs:
BASE_URL/user/login_callback/auth0
Allowed Logout URLs:
BASE_URL/auth/logout
Allowed Web Origins:
BASE_URL
Allowed Origins (CORS):
BASE_URL
{/if}