Merge pull request #504 from patriot1burke/master

fix json file
This commit is contained in:
Bill Burke 2014-07-07 18:51:59 -04:00
commit 922a8f7eef

View file

@ -22,9 +22,10 @@
{ "type" : "password", { "type" : "password",
"value" : "password" } "value" : "password" }
], ],
"realmRoles": [ "test-user@localhost" ], "realmRoles": ["user"],
"applicationRoles": { "applicationRoles": {
"test-app": ["customer-user"] "test-app": [ "customer-user" ],
"account": [ "view-profile", "manage-account" ]
} }
} }
], ],