keycloak-aplcache

Not required authentication bugfix

12/20/2014 11:16:29 AM

Details

diff --git a/examples/demo-template/testrealm.json b/examples/demo-template/testrealm.json
index a16e58e..cc8e02f 100755
--- a/examples/demo-template/testrealm.json
+++ b/examples/demo-template/testrealm.json
@@ -153,8 +153,8 @@
             "name": "rest-resources",
             "enabled": true,
             "publicClient": true,
-            "adminUrl": "/rest",
-            "baseUrl": "/rest",
+            "adminUrl": "/rest-resources",
+            "baseUrl": "/rest-resources",
             "redirectUris": [
                 "/rest-resources/*"
             ]