mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-12-28 14:05:41 +00:00
added saml templates
This commit is contained in:
parent
9cc37000b5
commit
4a661823e8
29
saml/template_advanced_settings.json
Normal file
29
saml/template_advanced_settings.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"security": {
|
||||||
|
"nameIdEncrypted": false,
|
||||||
|
"authnRequestsSigned": false,
|
||||||
|
"logoutRequestSigned": false,
|
||||||
|
"logoutResponseSigned": false,
|
||||||
|
"signMetadata": false,
|
||||||
|
"wantMessagesSigned": false,
|
||||||
|
"wantAssertionsSigned": false,
|
||||||
|
"wantNameIdEncrypted": false
|
||||||
|
},
|
||||||
|
"contactPerson": {
|
||||||
|
"technical": {
|
||||||
|
"givenName": "technical_name",
|
||||||
|
"emailAddress": "technical@example.com"
|
||||||
|
},
|
||||||
|
"support": {
|
||||||
|
"givenName": "support_name",
|
||||||
|
"emailAddress": "support@example.com"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"organization": {
|
||||||
|
"en-US": {
|
||||||
|
"name": "sp_test",
|
||||||
|
"displayname": "SP test",
|
||||||
|
"url": "http://sp.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
30
saml/template_settings.json
Normal file
30
saml/template_settings.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"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": ""
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user