933e1eef23822f2003d0c593a921f3de1a5168dc
[freeradius-pysaml2.git] / etc / ecp_config.py
1 # You shouldn't change this line unless you know what you are doing
2 CONFIG = 'pysaml_config'                # PySAML2 Configuration file name
3
4 METADATA_FILE="metadata.xml"
5
6 DEBUG=0
7
8 # Should the SP sign the request ?
9 SIGN=False
10
11 # This is needed in order to pick information about the right IdP from the
12 # metadata file. This must be the entity ID of the IdP not an endpoint
13 IDP_ENTITYID = "http://example.com/idp"
14
15 # The password that should be used when authenticating with the IdP
16 # This password will be used disregarding which user it is.
17 PASSWD = "foobar"