Skip to content

Commit 6415eca

Browse files
committed
Forgot the setting file
1 parent b063d96 commit 6415eca

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

tests/settings/settings5.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"strict": false,
3+
"debug": false,
4+
"custom_base_path": "../../../tests/data/customPath/",
5+
"sp": {
6+
"entityId": "http://pytoolkit.com:8000/metadata/",
7+
"assertionConsumerService": {
8+
"url": "http://pytoolkit.com:8000/?acs"
9+
},
10+
"attributeConsumingService": {
11+
"isDefault": false,
12+
"serviceName": "Test Service",
13+
"serviceDescription": "Test Service",
14+
"requestedAttributes": [ {
15+
"name": "userType",
16+
"nameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic",
17+
"isRequired": false,
18+
"attributeValue": ["userType","admin"]
19+
},
20+
{
21+
"name": "urn:oid:0.9.2342.19200300.100.1.1",
22+
"nameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:uri",
23+
"friendlyName": "uid",
24+
"isRequired": false
25+
}
26+
]
27+
},
28+
"singleLogoutService": {
29+
"url": "http://pytoolkit.com:8000/?sls"
30+
},
31+
"NameIDFormat": "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
32+
},
33+
"idp": {
34+
"entityId": "https://pitbulk.no-ip.org/simplesaml/saml2/idp/metadata.php",
35+
"singleSignOnService": {
36+
"url": "http://pitbulk.no-ip.org/SSOService.php"
37+
},
38+
"singleLogoutService": {
39+
"url": "http://pitbulk.no-ip.org/SingleLogoutService.php"
40+
},
41+
"x509cert": "MIICbDCCAdWgAwIBAgIBADANBgkqhkiG9w0BAQ0FADBTMQswCQYDVQQGEwJ1czETMBEGA1UECAwKQ2FsaWZvcm5pYTEVMBMGA1UECgwMT25lbG9naW4gSW5jMRgwFgYDVQQDDA9pZHAuZXhhbXBsZS5jb20wHhcNMTQwOTIzMTIyNDA4WhcNNDIwMjA4MTIyNDA4WjBTMQswCQYDVQQGEwJ1czETMBEGA1UECAwKQ2FsaWZvcm5pYTEVMBMGA1UECgwMT25lbG9naW4gSW5jMRgwFgYDVQQDDA9pZHAuZXhhbXBsZS5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAOWA+YHU7cvPOrBOfxCscsYTJB+kH3MaA9BFrSHFS+KcR6cw7oPSktIJxUgvDpQbtfNcOkE/tuOPBDoech7AXfvH6d7Bw7xtW8PPJ2mB5Hn/HGW2roYhxmfh3tR5SdwN6i4ERVF8eLkvwCHsNQyK2Ref0DAJvpBNZMHCpS24916/AgMBAAGjUDBOMB0GA1UdDgQWBBQ77/qVeiigfhYDITplCNtJKZTM8DAfBgNVHSMEGDAWgBQ77/qVeiigfhYDITplCNtJKZTM8DAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBDQUAA4GBAJO2j/1uO80E5C2PM6Fk9mzerrbkxl7AZ/mvlbOn+sNZE+VZ1AntYuG8ekbJpJtG1YfRfc7EA9mEtqvv4dhv7zBy4nK49OR+KpIBjItWB5kYvrqMLKBa32sMbgqqUqeF1ENXKjpvLSuPdfGJZA3dNa/+Dyb8GGqWe707zLyc5F8m"
42+
},
43+
"security": {
44+
"authnRequestsSigned": false,
45+
"wantAssertionsSigned": false,
46+
"signMetadata": false
47+
},
48+
"contactPerson": {
49+
"technical": {
50+
"givenName": "technical_name",
51+
"emailAddress": "technical@example.com"
52+
},
53+
"support": {
54+
"givenName": "support_name",
55+
"emailAddress": "support@example.com"
56+
}
57+
},
58+
"organization": {
59+
"en-US": {
60+
"name": "sp_test",
61+
"displayname": "SP test",
62+
"url": "http://sp.example.com"
63+
}
64+
}
65+
}

0 commit comments

Comments
 (0)