@@ -39,7 +39,7 @@ These are the environment variables you can set for the `impress-backend` contai
39
39
| DJANGO_EMAIL_PORT | port used to connect to email host | |
40
40
| DJANGO_EMAIL_USE_TLS | use tls for email host connection | false |
41
41
| DJANGO_EMAIL_USE_SSL | use sstl for email host connection | false |
42
- | DJANGO_EMAIL_FROM | email address used as sender | from@example.com |
42
+ | DJANGO_EMAIL_FROM | email address used as sender | from@example.com |
43
43
| DJANGO_CORS_ALLOW_ALL_ORIGINS | allow all CORS origins | true |
44
44
| DJANGO_CORS_ALLOWED_ORIGINS | list of origins allowed for CORS | [ ] |
45
45
| DJANGO_CORS_ALLOWED_ORIGIN_REGEXES | list of origins allowed for CORS using regulair expressions | [ ] |
@@ -54,12 +54,13 @@ These are the environment variables you can set for the `impress-backend` contai
54
54
| CRISP_WEBSITE_ID | crisp website id for support | |
55
55
| DJANGO_CELERY_BROKER_URL | celery broker url | redis://redis:6379/0 |
56
56
| DJANGO_CELERY_BROKER_TRANSPORT_OPTIONS | celery broker transport options | {} |
57
+ | SESSION_COOKIE_AGE | duration of the cookie session | 60* 60* 12 |
57
58
| OIDC_CREATE_USER | create used on OIDC | false |
58
59
| OIDC_RP_SIGN_ALGO | verification algorithm used OIDC tokens | RS256 |
59
60
| OIDC_RP_CLIENT_ID | client id used for OIDC | impress |
60
61
| OIDC_RP_CLIENT_SECRET | client secret used for OIDC | |
61
62
| OIDC_OP_JWKS_ENDPOINT | JWKS endpoint for OIDC | |
62
- | OIDC_OP_AUTHORIZATION_ENDPOINT | Authorization endpoint for OIDC | |
63
+ | OIDC_OP_AUTHORIZATION_ENDPOINT | Authorization endpoint for OIDC | |
63
64
| OIDC_OP_TOKEN_ENDPOINT | Token endpoint for OIDC | |
64
65
| OIDC_OP_USER_ENDPOINT | User endpoint for OIDC | |
65
66
| OIDC_OP_LOGOUT_ENDPOINT | Logout endpoint for OIDC | |
@@ -73,7 +74,7 @@ These are the environment variables you can set for the `impress-backend` contai
73
74
| OIDC_REDIRECT_ALLOWED_HOSTS | Allowed hosts for OIDC redirect url | [ ] |
74
75
| OIDC_STORE_ID_TOKEN | Store OIDC token | true |
75
76
| OIDC_FALLBACK_TO_EMAIL_FOR_IDENTIFICATION | faillback to email for identification | true |
76
- | OIDC_ALLOW_DUPLICATE_EMAILS | Allow duplicate emails | false |
77
+ | OIDC_ALLOW_DUPLICATE_EMAILS | Allow duplicate emails | false |
77
78
| USER_OIDC_ESSENTIAL_CLAIMS | essential claims in OIDC token | [ ] |
78
79
| OIDC_USERINFO_FULLNAME_FIELDS | OIDC token claims to create full name | [ "first_name", "last_name"] |
79
80
| OIDC_USERINFO_SHORTNAME_FIELD | OIDC token claims to create shortname | first_name |
0 commit comments