feat: only allow oidc login
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
7abff709f9
commit
8fddaa8c1c
1 changed files with 2 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ in
|
||||||
BASE_URL = "https://recipes.escapeangle.com/";
|
BASE_URL = "https://recipes.escapeangle.com/";
|
||||||
DB_ENGINE = "postgres";
|
DB_ENGINE = "postgres";
|
||||||
POSTGRES_SERVER = "db-01.tailnet.escapeangle.com";
|
POSTGRES_SERVER = "db-01.tailnet.escapeangle.com";
|
||||||
|
ALLOW_SIGNUP = "false";
|
||||||
|
ALLOW_PASSWORD_LOGIN = "false";
|
||||||
OIDC_AUTH_ENABLED = "true";
|
OIDC_AUTH_ENABLED = "true";
|
||||||
OIDC_SIGNUP_ENABLED = "true";
|
OIDC_SIGNUP_ENABLED = "true";
|
||||||
OIDC_CONFIGURATION_URL = "https://auth.escapeangle.com/.well-known/openid-configuration";
|
OIDC_CONFIGURATION_URL = "https://auth.escapeangle.com/.well-known/openid-configuration";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue