Files
deb-python-pysaml2/example/idp/idp.conf
2010-07-26 15:27:59 +02:00

36 lines
1.1 KiB
Plaintext

{
"entityid" : "urn:mace:umu.se:saml:roland:idp",
"service": {
"idp": {
"name" : "Rolands IdP",
"endpoints" : {
"single_sign_on_service" : ["http://localhost:8088/sso"],
},
"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" : "./mykey.pem",
"cert_file" : "./mycert.pem",
"xmlsec_binary" : "/usr/local/bin/xmlsec1",
"metadata" : {
"local": ["../sp_metadata.xml"],
},
"organization": {
"display_name": "Rolands Identiteter",
"name": "Rolands Identiteter",
},
# 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",
}