Skip to content
Snippets Groups Projects
Commit e05d6e25 authored by kaiyou's avatar kaiyou
Browse files

Fix settings for synapse 1.27.0

parent bb1a80be
No related branches found
No related tags found
No related merge requests found
Pipeline #4075 passed
......@@ -43,8 +43,8 @@ class SynapseApplication(base.SAMLApplication):
def configure(self, form):
return {
"acs": form.application_uri.data + "/_matrix/saml2/authn_response",
"entityid": form.application_uri.data + "/_matrix/saml2/metadata.xml",
"acs": form.application_uri.data + "/_synapse/client/saml2/authn_response",
"entityid": form.application_uri.data + "/_synapse/client/saml2/metadata.xml",
"sign_mode": "response"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment