Hi,
Thanks for your help, I had the same trouble
I found how to get the hok from sso sdk :
./run.sh com.vmware.sso.client.samples.AcquireHoKTokenByUserCredentialSample https://IP:7444/ims/STSService user pass
It returns the token :
Token details:
AssertionId = _***-***-***-****-***
Token type = Holder-Of-Key
Issued On = 2013-02-26T14:57:18.254Z
But then I don't know how to send it to vCO Rest api ?
curl -ik -H "authorization:_***-***-***-****-***" -X GET https://IP:8281/api/users
?? Is that correct ?
Thanks for your help