Question

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?

Was it helpful?

Solution

You use the BootstrapToken (WIF 3.5) or BootstrapContext (4.5).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top