Configuration¶
The Authentication SAML Module introduces new authentication services from
settings in the [authentication_saml] section of the configuration
file.
The section lists the SAML service to setup with the string to display to the
user.
Each service can be configuration with a section named [authentication_saml
<service>] with the following options.
Example:
[authentication_saml]
test = SAMLTEST
[authentication_saml test]
metadata = /path/to/metadata.xml
config = /path/to/config.py
login = email
Note
Depending on the service provider, you may need to add its origins to the
cors value in the [web] section of the configuration file.
metadata¶
The path to the metadata XML file of the IdP server.
config¶
The path of an optional configuration file using the PySAML2 format
login¶
The name of the identity attribute that contains the Tryton login of the user.
The default value is uid.