commit
922a8f7eef
1 changed files with 5 additions and 4 deletions
|
@ -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" : [
|
||||||
|
|
Loading…
Reference in a new issue