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://127.0.0.1/saml/metadata",
|
|
"assertionConsumerService": {
|
|
"url": "http://127.0.0.1/saml/authorized",
|
|
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
|
|
},
|
|
"singleLogoutService": {
|
|
"url": "https://127.0.0.1/saml/sls",
|
|
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
|
|
},
|
|
"NameIDFormat": "urn:oasis:names:tc:SAML:2.0:nameid-format:unspecified",
|
|
"x509cert": "",
|
|
"privateKey": ""
|
|
},
|
|
"idp": {
|
|
"entityId": "https://app.onelogin.com/saml/metadata",
|
|
"singleSignOnService": {
|
|
"url": "https://app.onelogin.com/trust/saml2/http-post/sso/",
|
|
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
|
|
},
|
|
"singleLogoutService": {
|
|
"url": "https://app.onelogin.com/trust/saml2/http-redirect/slo/",
|
|
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
|
|
},
|
|
"x509cert": ""
|
|
}
|
|
} |