Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个简单的 ASP.NET MVC (4) 应用程序,并且我正在使用被动配置文件对远程 STS 进行身份验证。这一切都很顺利,我可以访问从User.Claims财产中的 STS 返回的索赔。
User.Claims
现在,我需要访问从 STS 返回的 SecurityToken 本身。我在哪里可以访问这个?
您使用 BootstrapToken (WIF 3.5) 或 BootstrapContext (4.5)。