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