From 53cf5747352697bd4fc74df2ac53d76572a74905 Mon Sep 17 00:00:00 2001 From: mposolda Date: Thu, 29 May 2014 13:06:47 +0200 Subject: [PATCH] Add more scopes into testrealm.json to ensure that admin is able to access all things he needs --- examples/demo-template/testrealm.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/demo-template/testrealm.json b/examples/demo-template/testrealm.json index ef295e70f0..79ed7f37bd 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"] } ] }