summary refs log tree commit diff
path: root/develop/development/saml.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2021-10-06 11:21:02 +0000
committerclokep <clokep@users.noreply.github.com>2021-10-06 11:21:02 +0000
commit90adb625c6ef223ef785e9276c58cc1afe6a658d (patch)
tree7e874fb1d1ce4f547c7db09cc1b5a7ea073d7b51 /develop/development/saml.html
parentdeploy: 6744273f0b92457247166299981d69e9f4219601 (diff)
downloadsynapse-90adb625c6ef223ef785e9276c58cc1afe6a658d.tar.xz
deploy: 38b7db58859d80f06b8dc94e6a6dd19600778caa
Diffstat (limited to 'develop/development/saml.html')
-rw-r--r--develop/development/saml.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/develop/development/saml.html b/develop/development/saml.html

index 5202959a94..ce1c34ad3d 100644 --- a/develop/development/saml.html +++ b/develop/development/saml.html
@@ -183,10 +183,9 @@ </div> <h1 id="how-to-test-saml-as-a-developer-without-a-server"><a class="header" href="#how-to-test-saml-as-a-developer-without-a-server">How to test SAML as a developer without a server</a></h1> -<p>https://capriza.github.io/samling/samling.html (https://github.com/capriza/samling) is a great -resource for being able to tinker with the SAML options within Synapse without needing to -deploy and configure a complicated software stack.</p> -<p>To make Synapse (and therefore Riot) use it:</p> +<p>https://fujifish.github.io/samling/samling.html (https://github.com/fujifish/samling) is a great resource for being able to tinker with the +SAML options within Synapse without needing to deploy and configure a complicated software stack.</p> +<p>To make Synapse (and therefore Element) use it:</p> <ol> <li>Use the samling.html URL above or deploy your own and visit the IdP Metadata tab.</li> <li>Copy the XML to your clipboard.</li> @@ -208,9 +207,9 @@ the XML from step 2 as the contents.</li> the dependencies are installed and ready to go.</li> <li>Restart Synapse.</li> </ol> -<p>Then in Riot:</p> +<p>Then in Element:</p> <ol> -<li>Visit the login page with a Riot pointing at your homeserver.</li> +<li>Visit the login page and point Element towards your homeserver using the <code>public_baseurl</code> above.</li> <li>Click the Single Sign-On button.</li> <li>On the samling page, enter a Name Identifier and add a SAML Attribute for <code>uid=your_localpart</code>. The response must also be signed.</li>