Fix missing sops and hedgedoc config

This commit is contained in:
2023-04-26 12:32:47 +02:00
parent cbc2fdec1b
commit 88247e5a81
2 changed files with 4 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ in {
userProfileURL = "${authServerUrl}/oauth2/openid/hedgedoc/userinfo";
clientID = "hedgedoc";
clientSecret = "";
scope = "openid email profile";
userProfileUsernameAttr = "name";
userProfileEmailAttr = "email";