Merge pull request #433 from mposolda/master
Add more scopes into testrealm.json to ensure that admin is able to acce...
This commit is contained in:
commit
409b46963e
1 changed files with 6 additions and 2 deletions
|
@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue