Update test programs. All now succeed.
[trust_router.git] / common / tests / idp.cfg
index 0bfc87f..cfb1729 100644 (file)
@@ -1,15 +1,25 @@
 {
+    "communities": [
+      {
+        "apcs": [],
+        "community_id": "apc.example.com",
+        "idp_realms": ["A.idp.cfg"],
+        "rp_realms": ["A.idp.cfg"],
+        "type": "apc"
+      }
+    ],
     "local_organizations": [
         {"organization_name": "idp.cfg test org",
             "realms": [
-                {"realm": "A.idp.cfg",
-                    "identity_provider": {
-                        "aaa_servers": ["rad1.A.idp.cfg",
-                                      "rad2.A.idp.cfg"],
-                        "apc": "apc.example.com",
-                        "shared_config": "no"
-                    },
-                    "gss_names": ["gss@example.com"]
+                {
+                  "realm": "A.idp.cfg",
+                  "identity_provider": {
+                    "aaa_servers": ["rad1.A.idp.cfg",
+                                    "rad2.A.idp.cfg"],
+                    "apcs": ["apc.example.com"],
+                    "shared_config": "no"
+                  },
+                  "gss_names": ["gss@example.com"]
                 }
             ]
         }