9044e5ae9f66cc2d6be479a10a6f342c54296553
[trust_router.git] / tr / portal.cfg
1 {
2     "communities": [
3         {
4             "apcs": [], 
5             "community_id": "pci-community.ja.net", 
6             "idp_realms": [], 
7             "rp_realms": [], 
8             "type": "apc"
9         }, 
10         {
11             "apcs": [], 
12             "community_id": "community.ja.net", 
13             "idp_realms": [], 
14             "rp_realms": [], 
15             "type": "apc"
16         }, 
17         {
18             "apcs": [
19                 "pci-community.ja.net"
20             ], 
21             "community_id": "comm.offcenter.org", 
22             "idp_realms": [
23                 "idr2.offcenter.org"
24             ], 
25             "rp_realms": [
26                 "sr3.offcenter.org"
27             ], 
28             "type": "coi"
29         }
30     ], 
31     "idp_realms": [
32         {
33             "aaa_servers": ["10.1.10.90"], 
34             "apcs": ["community.ja.net"], 
35             "realm_id": "ja.net", 
36             "shared_config": "no"
37         }, 
38         {
39             "aaa_servers": ["127.0.0.1"], 
40             "apcs": ["community.ja.net"], 
41             "realm_id": "idr2.offcenter.org", 
42             "shared_config": "no"
43         }, 
44         {
45             "aaa_servers": ["127.0.0.1"], 
46             "apcs": ["community.ja.net"], 
47             "realm_id": "idr1.offcenter.org", 
48             "shared_config": "yes"
49         }, 
50         {
51             "aaa_servers": ["127.0.0.1"], 
52             "apcs": ["community.ja.net"], 
53             "realm_id": "no-longer-untitled.offcenter.org", 
54             "shared_config": "yes"
55         }
56     ], 
57     "rp_clients": [
58         {
59             "filter": {
60                 "filter_lines": [
61                     {
62                         "action": "accept", 
63                         "domain_constraints": [], 
64                         "filter_specs": [
65                             {
66                                 "field": "rp_realm", 
67                                 "match": "*.exchange.ja.net"
68                             }
69                         ], 
70                         "realm_constraints": []
71                     }
72                 ], 
73                 "type": "rp_permitted"
74             }, 
75             "gss_names": [
76                 "this.is.a.dandy.gss.name@creds.portal.ja.net"
77             ]
78         }, 
79         {
80             "filter": {
81                 "filter_lines": [
82                     {
83                         "action": "accept", 
84                         "domain_constraints": [], 
85                         "filter_specs": [
86                             {
87                                 "field": "rp_realm", 
88                                 "match": "*.sr3.offcenter.org"
89                             }
90                         ], 
91                         "realm_constraints": []
92                     }
93                 ], 
94                 "type": "rp_permitted"
95             }, 
96             "gss_names": [
97                 "this.is.a.dandy.gss.name@creds.portal.ja.net"
98             ]
99         }
100     ]
101 }
102