hedgedoc: Disable SSO and login for now
This commit is contained in:
parent
08e525b19d
commit
d7358ccdca
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,9 @@ in {
|
|||
email = false;
|
||||
path = sock_path;
|
||||
protocolUseSSL = true;
|
||||
oauth2 = {
|
||||
# NOTE(@e1mo): Currently disabled until we decide if we want
|
||||
# SSO but left in here as this is a known working config.
|
||||
oauth2 = lib.mkIf false {
|
||||
baseURL = sso_url;
|
||||
userProfileURL = "${sso_url}/userinfo";
|
||||
userProfileUsernameAttr = "preferred_username";
|
||||
|
|
Loading…
Reference in a new issue