Allow for using AA or ECP
[freeradius-pysaml2.git] / etc / 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="/usr/local/etc/moonshot/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://localhost:8087/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"