I have successfully installed a “Security Service Token”.
I have a Wcf-Rest service that is running under the STS created as security. I am calling the Wcf-Rest service from a Web page using ajax. I would like get the Claims that I have received in the web page once successfully log-in in the STS. I am able to pass the encrypted cookie, but the wcf-rest service cannot read any claim. Does Wcf-rest (webHttpBinding) support this possibility?