Files
deb-python-pysaml2/example/idp/idp.conf
2009-11-09 16:50:40 +01:00

12 lines
301 B
Plaintext

{
"entityid" : "urn:mace:umu.se: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"],
}
}