diff --git a/examples/demo-template/testrealm.json b/examples/demo-template/testrealm.json
index ef295e7..79ed7f3 100755
--- a/examples/demo-template/testrealm.json
+++ b/examples/demo-template/testrealm.json
@@ -67,7 +67,7 @@
},
{
"client": "customer-portal",
- "roles": ["user"]
+ "roles": ["user", "admin" ]
},
{
"client": "customer-portal-js",
@@ -79,7 +79,7 @@
},
{
"client": "product-portal",
- "roles": ["user"]
+ "roles": ["user", "admin" ]
}
],
@@ -169,6 +169,10 @@
{
"client": "admin-client",
"roles": ["realm-admin"]
+ },
+ {
+ "client": "customer-portal",
+ "roles": ["realm-admin"]
}
]
}