mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-10 07:30:26 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"strict": true,
|
|
"debug": true,
|
|
"sp": {
|
|
"entityId": "http://<powerdns hostname>",
|
|
"assertionConsumerService": {
|
|
"url": "https://<powerdns hostname>/saml/authorized",
|
|
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
|
|
},
|
|
"singleLogoutService": {
|
|
"url": "https://<powerdns hostname>/saml/sls",
|
|
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
|
|
},
|
|
"NameIDFormat": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
|
|
"x509cert": "",
|
|
"privateKey": ""
|
|
},
|
|
"idp": {
|
|
"entityId": "http://<adfs hostname>/adfs/services/trust",
|
|
"singleSignOnService": {
|
|
"url": "https://<adfs hostname>/adfs/ls/",
|
|
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
|
|
},
|
|
"singleLogoutService": {
|
|
"url": "https://<adfs hostname>/adfs/ls/",
|
|
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
|
|
},
|
|
"x509cert": "<certificate data directly without linebreaks in pem-format>"
|
|
}
|
|
} |