powerdns-admin/saml/template_advanced_settings.json
2017-10-31 23:30:52 +01:00

29 lines
786 B
JSON

{
"security": {
"nameIdEncrypted": false,
"authnRequestsSigned": false,
"logoutRequestSigned": false,
"logoutResponseSigned": false,
"signMetadata": false,
"wantMessagesSigned": true,
"wantAssertionsSigned": true,
"wantNameIdEncrypted": false
},
"contactPerson": {
"technical": {
"givenName": "<Contact Person>",
"emailAddress": "<contact email>"
},
"support": {
"givenName" : "<Contact Person>",
"emailAddress": "<contact email>"
}
},
"organization": {
"en-US": {
"name": "PowerDNS-Admin",
"displayname": "PowerDNS-Admin",
"url": "https://<powerdnsadmin-url>"
}
}
}