{ "entityid" : "urn:mace:umu.se:saml:roland:idp", "service": { "idp": { "name" : "Rolands IdP", "url": "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", }