Files
deb-python-pysaml2/example/idp/idp.conf
2010-10-17 18:44:59 +02:00

39 lines
1.3 KiB
Plaintext

{
"entityid" : "urn:mace:umu.se:saml:roland:idp",
"service": {
"idp": {
"name" : "Rolands IdP",
"endpoints" : {
"single_sign_on_service" : ["http://localhost:8088/sso"],
"single_logout_service" : [("http://localhost:8088/logout",
'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect')],
},
"policy": {
"default": {
"lifetime": {"minutes":15},
"attribute_restrictions": None, # means all I have
"name_form": "urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
},
"urn:mace:umu.se:saml:roland:sp": {
"lifetime": {"minutes": 5},
}
}
}
},
"debug" : 1,
"key_file" : "pki/mykey.pem",
"cert_file" : "pki/mycert.pem",
"xmlsec_binary" : "/usr/local/bin/xmlsec1",
"metadata" : {
"local": ["../metadata.xml"],
},
"organization": {
"display_name": "Rolands Identiteter",
"name": "Rolands Identiteter",
"url": "http://www.example.com",
},
# This database holds the map between a subjects local identifier and
# the identifier returned to a SP
"subject_data": "./idp.subject.db",
"attribute_map_dir" : "./attributemaps",
}