zipline: add oidc
This commit is contained in:
parent
ca1d1d0a32
commit
773c135b32
3 changed files with 29 additions and 4 deletions
|
|
@ -36,6 +36,13 @@
|
|||
MFA_TOTP_ENABLED = "true";
|
||||
MFA_PASSKEYS = "true";
|
||||
|
||||
FEATURES_OAUTH_REGISTRATION = "true";
|
||||
OAUTH_BYPASS_LOCAL_LOGIN = "true";
|
||||
OAUTH_OIDC_CLIENT_ID = "zipline";
|
||||
OAUTH_OIDC_AUTHORIZE_URL = "https://kanidm.wo2wz.fyi/ui/oauth2";
|
||||
OAUTH_OIDC_USERINFO_URL = "https://kanidm.wo2wz.fyi/oauth2/openid/zipline/userinfo";
|
||||
OAUTH_OIDC_TOKEN_URL = "https://kanidm.wo2wz.fyi/oauth2/token";
|
||||
|
||||
FILES_MAX_FILE_SIZE = "3091283091716487142128741263894122347014687124687124614791824619246129491246128461841279468127468912461924612974182746182468712468126487912648126481256487126491672941974612945618274610289417846192849712471eb";
|
||||
FILES_ASSUME_MIMETYPES = "true";
|
||||
FILES_REMOVE_GPS_METADATA = "true";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue