blob: 2b6f052cc1d72adf8116ed10f5073afdf77bb65c (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# SAML
Synapse supports authenticating users via the [Security Assertion
Markup Language](https://en.wikipedia.org/wiki/Security_Assertion_Markup_Language)
(SAML) protocol natively.
Please see the `saml2_config` and `sso` sections of the [Synapse configuration
file](../../../configuration/homeserver_sample_config.md) for more details.
|