Groups should have ids instead of names?
This commit is contained in:
parent
d7e4a6b3fe
commit
b43467c662
@ -9,7 +9,7 @@
|
||||
"group": [
|
||||
{
|
||||
"tenantId" : "1234",
|
||||
"name": "Admin"
|
||||
"id": "Admin"
|
||||
}
|
||||
]},
|
||||
"username": "jqsmith",
|
||||
|
@ -4,7 +4,7 @@
|
||||
id="ab48a9efdfedb23ty3494"/>
|
||||
<user tenantId="1245" username="jqsmith">
|
||||
<groups>
|
||||
<group tenantId="1245" name="Admin"/>
|
||||
<group tenantId="1245" id="Admin"/>
|
||||
</groups>
|
||||
</user>
|
||||
</auth>
|
||||
|
Loading…
x
Reference in New Issue
Block a user