Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 38b7db5

Browse files
authored
Updated development doc on samling environment for testing. (#10973)
1 parent c80878d commit 38b7db5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

changelog.d/10973.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a dead URL in development documentation (SAML) and change wording from "Riot" to "Element". Contributed by @maxkratz.

docs/development/saml.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# How to test SAML as a developer without a server
22

3-
https://capriza.github.io/samling/samling.html (https://github.com/capriza/samling) is a great
4-
resource for being able to tinker with the SAML options within Synapse without needing to
5-
deploy and configure a complicated software stack.
3+
https://fujifish.github.io/samling/samling.html (https://github.com/fujifish/samling) is a great resource for being able to tinker with the
4+
SAML options within Synapse without needing to deploy and configure a complicated software stack.
65

7-
To make Synapse (and therefore Riot) use it:
6+
To make Synapse (and therefore Element) use it:
87

98
1. Use the samling.html URL above or deploy your own and visit the IdP Metadata tab.
109
2. Copy the XML to your clipboard.
@@ -26,9 +25,9 @@ To make Synapse (and therefore Riot) use it:
2625
the dependencies are installed and ready to go.
2726
7. Restart Synapse.
2827

29-
Then in Riot:
28+
Then in Element:
3029

31-
1. Visit the login page with a Riot pointing at your homeserver.
30+
1. Visit the login page and point Element towards your homeserver using the `public_baseurl` above.
3231
2. Click the Single Sign-On button.
3332
3. On the samling page, enter a Name Identifier and add a SAML Attribute for `uid=your_localpart`.
3433
The response must also be signed.

0 commit comments

Comments
 (0)