fix json file
This commit is contained in:
parent
0758d89a59
commit
48a0e564b9
1 changed files with 5 additions and 4 deletions
|
@ -22,9 +22,10 @@
|
|||
{ "type" : "password",
|
||||
"value" : "password" }
|
||||
],
|
||||
"realmRoles": [ "test-user@localhost" ],
|
||||
"realmRoles": ["user"],
|
||||
"applicationRoles": {
|
||||
"test-app": ["customer-user"]
|
||||
"test-app": [ "customer-user" ],
|
||||
"account": [ "view-profile", "manage-account" ]
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue