-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
SAML is only half implemented #5130
Comments
What exactly means "only works with a custom proxy to prepare the saml query". Any further documentation on that? |
Which clients can be used for SAML auth? element-hq/element-web#3544 |
once saml support in synapse is completed, any client that supports the m.login.sso flow, or fallback auth will support saml. The part that is missing is step 2 of https://matrix.org/docs/spec/client_server/unstable.html#sso-client-login: Synapse needs to handle the |
Is there already a date on which SAML will probably be fully implemented? |
This was fixed by #5422 |
Some SAML2 related stuff still unimplemented. Such as:
|
@slipeer do you have doc for how you got it to work with AD? |
i've split this out into new issues (updating an closed bug with new scope typically gets lost) |
@ara4n not complete docs today, only AD FS Issuance Transform Rules that work for me:
Rule 2
Another problem: AD FS 2.0 (Windows Server 2012R2 may be still in use) does not know about TLS1.3. It's the key thing. It's been the longest thing I've dealt with. Otherwise, the @galexrt 's instruction works. With only one note: he described additional attributes there, which synapse does not look at in reality. |
How did you setup ADFS? |
@ara4n:
synapse/synapse/config/saml2_config.py
Line 68 in 35442ef
@richvdh: "saml is only half implemented"
"only works with a custom proxy to prepare the saml query"
The text was updated successfully, but these errors were encountered: