Groups should have ids instead of names?

This commit is contained in:
Jorge L. Williams 2011-04-14 23:41:42 -05:00
parent d7e4a6b3fe
commit b43467c662
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"group": [
{
"tenantId" : "1234",
"name": "Admin"
"id": "Admin"
}
]},
"username": "jqsmith",

View File

@ -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>