I have created a simple ASP.NET MVC (4) application, and I am using the passive profile to authenticate against a remote STS. This all works swimmingly, and I am able to access the claims returned from the STS in the User.Claims
property.
Now, I need to gain access to the SecurityToken itself that was returned from the STS. Where can I access this?