Bring test programs up to date - all now pass
[trust_router.git] / common / tests / idp.cfg
1 {
2     "tr_internal": {
3         "hostname": "server.example.com"
4     },
5     "communities": [
6       {
7         "apcs": [],
8         "community_id": "apc.example.com",
9         "idp_realms": ["A.idp.cfg"],
10         "rp_realms": ["A.idp.cfg"],
11         "type": "apc"
12       }
13     ],
14     "local_organizations": [
15         {"organization_name": "idp.cfg test org",
16             "realms": [
17                 {
18                   "realm": "A.idp.cfg",
19                   "identity_provider": {
20                     "aaa_servers": ["rad1.A.idp.cfg",
21                                     "rad2.A.idp.cfg"],
22                     "apcs": ["apc.example.com"],
23                     "shared_config": "no"
24                   },
25                   "gss_names": ["gss@example.com"]
26                 }
27             ]
28         }
29     ]
30 }