문제

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