add placeholder for matrix implementation
This commit is contained in:
parent
a9fb912e92
commit
4648d6b51a
3 changed files with 136 additions and 79 deletions
|
|
@ -254,6 +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";
|
||||
# }
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue