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

Fix the ACS of the Matrix application

parent 1506845c
No related branches found
No related tags found
1 merge request!20Add 'remember me' button
Pipeline #690 passed
......@@ -47,8 +47,8 @@ class SynapseApplication(base.SAMLApplication):
service.profile_regex = "[a-zA-Z0-9_\-./=]+"
service.config.update({
"application_uri": form.application_uri.data,
"acs": form.application_uri.data + "/saml2/authn_response",
"entityid": form.application_uri.data + "/saml2/metadata.xml",
"acs": form.application_uri.data + "/_matrix/saml2/authn_response",
"entityid": form.application_uri.data + "/_matrix/saml2/metadata.xml",
"sign_mode": "response"
})
self.fill_service(service)
......
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