{#if enabled}
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}