0bfc87f8dba02250e2abcd46217c1d0627ff3dcb
[trust_router.git] / common / cfg_test / idp.cfg
1 {
2     "local_organizations": [
3         {"organization_name": "idp.cfg test org",
4             "realms": [
5                 {"realm": "A.idp.cfg",
6                     "identity_provider": {
7                         "aaa_servers": ["rad1.A.idp.cfg",
8                                       "rad2.A.idp.cfg"],
9                         "apc": "apc.example.com",
10                         "shared_config": "no"
11                     },
12                     "gss_names": ["gss@example.com"]
13                 }
14             ]
15         }
16     ]
17 }