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 に対して認証を行っています。これはすべて問題なく動作し、プロパティの STS から返されたクレームにアクセスできUser.Claimsます。
User.Claims
次に、STS から返された SecurityToken 自体にアクセスする必要があります。これにはどこからアクセスできますか?
BootstrapToken (WIF 3.5) または BootstrapContext (4.5) を使用します。