Key | Type | Default value | Description |
---|---|---|---|
PROVISION_SETTINGS_AUTH_EXTERNAL_ENABLED |
|||
|
|
true |
Is OAuth2 enabled or disabled. |
PROVISION_SETTINGS_AUTH_EXTERNAL_REDIRECT_URL |
|||
|
|
searches env-variables ( |
|
PROVISION_SETTINGS_AUTH_EXTERNAL_SESSION_STORE_SECRET |
|||
|
|
random 64 char string |
generated 64 char long string if missing. Is session cookie "secure" flag used (if yes, cookie can only be access over HTTPS). |
PROVISION_SETTINGS_AUTH_EXTERNAL_SESSION_STORE_SECURE |
|||
|
|
false |
If HTTPS is used for external auth redirection url, value is set to true. |
PROVISION_SETTINGS_AUTH_FRONTEND_URL_BASE |
|||
|
|
Where the frontend SPA is located. Serves as base for generating other |
|
PROVISION_SETTINGS_AUTH_FRONTEND_URL_PASSWORD_RESET |
|||
|
|
Where the frontend SPA is located, the password reset form. |
|
PROVISION_SETTINGS_AUTH_FRONTEND_URL_EMAIL_CONFIRMATION |
|||
|
|
Where the frontend SPA is located, password email confirmation page.
|
|
PROVISION_SETTINGS_AUTH_FRONTEND_URL_REDIRECT |
|||
|
|
Where the frontend SPA is located.
User will be redirected here on successful external authentication.
Auto discovery uses |
|
PROVISION_SETTINGS_AUTH_EMAIL_FROM_ADDRESS |
|||
|
|
Email address used for sending auth emails (password reset, email confirmation). Name used for sending auth emails (password reset, email confirmation). |
|
PROVISION_SETTINGS_AUTH_EMAIL_FROM_NAME |
|||
|
|
Corteza Team (to-be-configured) |
The email from parameter. |
PROVISION_SETTINGS_AUTH_INTERNAL_ENABLED |
|||
|
|
true |
Controls if users are allowed to use internal authentication features, such as login, sign-up, and password reset. |
PROVISION_SETTINGS_AUTH_INTERNAL_SIGNUP_ENABLED |
|||
|
|
true |
Controls if users are allowed to ue internal authentication sign-up. |
PROVISION_SETTINGS_AUTH_INTERNAL_SIGNUP_EMAIL_CONFIRMATION_REQUIRED |
|||
|
|
false |
Controls if users are required to confirm the email?
Enabled on auto-discovery if server has email capabilities ( |
PROVISION_SETTINGS_AUTH_INTERNAL_PASSWORD_RESET_ENABLED |
|||
|
|
false |
Controls if suers are allowed to use password reset for accounts created via internal sign-up. |