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

@ -20,11 +20,12 @@
"email" : "test-user@localhost", "email" : "test-user@localhost",
"credentials" : [ "credentials" : [
{ "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" ]
} }
} }
], ],
@ -58,7 +59,7 @@
], ],
"adminUrl": "http://localhost:8081/app/logout", "adminUrl": "http://localhost:8081/app/logout",
"secret": "password" "secret": "password"
} }
], ],
"roles" : { "roles" : {
"realm" : [ "realm" : [