Comment 3 for bug 855216

Revision history for this message
Yogeshwar (yogesh-srikrishnan) wrote :

I dont think we would stop returning user and roles when a validate token call is made.
This what I think the response would be in case we want the call to return the roles as well

<token expires="2010-11-01T03:32:15-05:00"
id="ab48a9efdfedb23ty3494">
<user id="123" username="jqsmith">
<roles xmlns="http://docs.openstack.org/identity/api/v2.0">
<role id="123" name="Admin" tenantId="one"/>
<role id="234" name="object-store:admin" tenantId="1"/>
</roles>
</user>
</roles>
</token>
I have locally done the xsd changes.Iam waiting for Ziad to confirm.