سؤال

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?

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top