This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Commit 38b7db5 1 parent c80878d commit 38b7db5 Copy full SHA for 38b7db5
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change
1
+ Fix a dead URL in development documentation (SAML) and change wording from "Riot" to "Element". Contributed by @maxkratz.
Original file line number Diff line number Diff line change 1
1
# How to test SAML as a developer without a server
2
2
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.
6
5
7
- To make Synapse (and therefore Riot ) use it:
6
+ To make Synapse (and therefore Element ) use it:
8
7
9
8
1 . Use the samling.html URL above or deploy your own and visit the IdP Metadata tab.
10
9
2 . Copy the XML to your clipboard.
@@ -26,9 +25,9 @@ To make Synapse (and therefore Riot) use it:
26
25
the dependencies are installed and ready to go.
27
26
7. Restart Synapse.
28
27
29
- Then in Riot :
28
+ Then in Element :
30
29
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 .
32
31
2. Click the Single Sign-On button.
33
32
3. On the samling page, enter a Name Identifier and add a SAML Attribute for `uid=your_localpart`.
34
33
The response must also be signed.
You can’t perform that action at this time.
0 commit comments