powerdns-admin/saml/template_settings.json

30 lines
1.1 KiB
JSON
Raw Normal View History

2017-10-31 18:20:53 +00:00
{
"strict": true,
"debug": true,
"sp": {
2017-10-31 22:30:52 +00:00
"entityId": "http://<powerdns hostname>",
2017-10-31 18:20:53 +00:00
"assertionConsumerService": {
2017-10-31 22:30:52 +00:00
"url": "https://<powerdns hostname>/saml/authorized",
2017-10-31 18:20:53 +00:00
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
},
"singleLogoutService": {
2017-10-31 22:30:52 +00:00
"url": "https://<powerdns hostname>/saml/sls",
2017-10-31 18:20:53 +00:00
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
},
2017-10-31 22:30:52 +00:00
"NameIDFormat": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
2017-10-31 18:20:53 +00:00
"x509cert": "",
"privateKey": ""
},
"idp": {
2017-10-31 22:30:52 +00:00
"entityId": "http://<adfs hostname>/adfs/services/trust",
2017-10-31 18:20:53 +00:00
"singleSignOnService": {
2017-10-31 22:30:52 +00:00
"url": "https://<adfs hostname>/adfs/ls/",
2017-10-31 18:20:53 +00:00
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
},
"singleLogoutService": {
2017-10-31 22:30:52 +00:00
"url": "https://<adfs hostname>/adfs/ls/",
2017-10-31 18:20:53 +00:00
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
},
2017-10-31 22:30:52 +00:00
"x509cert": "<certificate data directly without linebreaks in pem-format>"
2017-10-31 18:20:53 +00:00
}
}