0

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?

Brock Adams
  • 90,639
  • 22
  • 233
  • 295
Mark
  • 11,257
  • 11
  • 61
  • 97

1 Answers1

3

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

rbrayb
  • 46,440
  • 34
  • 114
  • 174