fix: synapse
This commit is contained in:
parent
7ecb772efd
commit
61801639fd
5 changed files with 112 additions and 425 deletions
|
|
@ -254,21 +254,21 @@ in {
|
|||
];
|
||||
userinfo_signing_algorithm = "none";
|
||||
}
|
||||
# {
|
||||
# id = "synapse";
|
||||
# description = "Matrix Synapse homeserver";
|
||||
# secret = "$pbkdf2-sha512$310000$PLACEHOLDER_NEEDS_UPDATING$PLACEHOLDER_NEEDS_UPDATING";
|
||||
# public = false;
|
||||
# authorization_policy = "one_factor";
|
||||
# redirect_uris = [ "https://matrix.cloonar.com/_synapse/client/oidc/callback" ];
|
||||
# consent_mode = "implicit";
|
||||
# scopes = [
|
||||
# "openid"
|
||||
# "profile"
|
||||
# "email"
|
||||
# ];
|
||||
# userinfo_signing_algorithm = "none";
|
||||
# }
|
||||
{
|
||||
id = "synapse";
|
||||
description = "Matrix Synapse homeserver";
|
||||
secret = "$pbkdf2-sha512$310000$eb85q6wn7juP3DnTjobqEQ$GFNbhkZrXRU8gM6SwMFkPPIYPIsJcGyaQXacGB0r.gI.xTEEoeWU3gG6hkSgJHYnjhZtZoELZLcaE4qCd9fKLg";
|
||||
public = false;
|
||||
authorization_policy = "one_factor";
|
||||
redirect_uris = [ "https://matrix.cloonar.com/_synapse/client/oidc/callback" ];
|
||||
consent_mode = "implicit";
|
||||
scopes = [
|
||||
"openid"
|
||||
"profile"
|
||||
"email"
|
||||
];
|
||||
userinfo_signing_algorithm = "none";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue