keycloak-uncached

Details

diff --git a/examples/demo-template/testrealm.json b/examples/demo-template/testrealm.json
index 20cd615..fdebfc7 100755
--- a/examples/demo-template/testrealm.json
+++ b/examples/demo-template/testrealm.json
@@ -148,6 +148,15 @@
                 "/angular-product/*"
             ]
         },
+		{
+            "clientId": "angular2-product",
+            "enabled": true,
+            "publicClient": true,
+            "baseUrl": "/angular2-product/index.html",
+            "redirectUris": [
+                "/angular2-product/*"
+            ]
+        },
         {
             "clientId": "customer-portal-cli",
             "enabled": true,