-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
71 lines (71 loc) · 2.49 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"server": {
"ip": "127.0.0.1",
"port": 443,
"cert": "./server/fakeadfs.f5lab.com.crt",
"key": "./server/fakeadfs.f5lab.com.key"
},
"session": {
"name": "FakeADFS",
"secret": "FakeADFSsecret"
},
"federation": {
"issuer": "http://fakeadfs.f5lab.com",
"certs": {
"issuercert": "./server/fakeadfs.f5lab.com.crt",
"issuerkey": "./server/fakeadfs.f5lab.com.key",
"tokendecryptcert": "./server/fakeadfs.f5lab.com.crt",
"tokendecryptkey": "./server/fakeadfs.f5lab.com.key",
"tokensigningcert": "./server/fakeadfs.f5lab.com.crt",
"tokensigningkey": "./server/fakeadfs.f5lab.com.key"
},
"timeout": "28800",
"attributes": {
"email": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
"upn": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn",
"givenname": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname",
"displayname": "http://schemas.microsoft.com/ws/2008/06/identity/claims/userdata",
"surname": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname",
"group": "http://schemas.xmlsoap.org/claims/Group",
"role": "http://schemas.microsoft.com/ws/2008/06/identity/claims/role",
"windowsaccount": "http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname"
},
"metadata": {
"issuer": "",
"endpointpath": "",
"cert": "",
"key": "",
"digestalgorith": "",
"signaturealgorith": ""
},
"idp": {
"wa": "signin1.0",
"wctx": "https://authentication.url.com/login.aspx",
"wtrealm": "urn:sharepoint:*"
},
"saml": {
"signature": {
"rsa-sha256": "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256",
"rsa-sha1": "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
},
"digest": {
"sha256": "http://www.w3.org/2001/04/xmlenc#sha256",
"sha1": "http://www.w3.org/2000/09/xmldsig#sha1"
}
},
"relyingpartners": [
{ "name": "urn:sharepoint:f5lab",
"options": {
"encryption": "",
"signature": "",
"acceptedclaims": ["role", "name"],
"endpoints": { "url": "https://sharepoint.f5lab.com/_trust/", "binding": "POST" } } },
{ "name":"https://app.f5lab.com/WFE",
"options": {
"encryption": "",
"signature": "",
"acceptedclaims": ["role", "name"],
"endpoints": { "url": "https://app.f5lab.com/WFE", "binding": "POST" } } }
]
}
}