Files
deb-python-pysaml2/example/idp/idp.conf

12 lines
306 B
Plaintext

{
"entityid" : "urn:mace:example.com:saml:roland:idp",
"service": ["idp"],
"my_name" : "Rolands IdP",
"debug" : 1,
"key_file" : "./mykey.pem",
"cert_file" : "./mycert.pem",
"xmlsec_binary" : "/opt/local/bin/xmlsec1",
"metadata" : {
"local": ["metadata.xml"],
}
}