Auth0 Setup Guide
Last updated
Was this helpful?
Was this helpful?
api:
extraEnv:
AUTH_ROLES: "false"
AUTH_AUDIENCE: "<audience>" # Comes from identifier of Auth0 API
ui:
extraEnv:
AUTH_ROLES: "false"
AUTH_AUDIENCE: "<audience>" # Comes from identifier of Auth0 API
auth:
enabled: true
keycloak:
enabled: false
url: "https://dev-2bsf8p5hbjadzwh4.us.auth0.com/" # Example URL
client:
idApiOperator: "<API Client ID>"
idUI: "<UI client ID>"
secret: "<API secret>"