WSFederationAuthenticationModule.Request プロパティ

定義

WS-Federation サインイン要求 ("wsignin1.0") で使用される wreq パラメーターの値を取得または設定します。

public:
 property System::String ^ Request { System::String ^ get(); void set(System::String ^ value); };
public string Request { get; set; }
member this.Request : string with get, set
Public Property Request As String

プロパティ値

<wst:RequestSecurityToken> 要素として表現されるトークン発行要求。

注釈

wreq パラメーターは省略可能です。 プロパティが Request または 空の文字列に null 設定されている場合、wreq パラメーターはサインイン要求に含まれません。

イベントのハンドラーを追加することで、各 HTTP 要求でこの設定を RedirectingToIdentityProvider オーバーライドできます。 このイベントは、WS-Federation サインイン要求メッセージを含むセキュリティ トークン サービス (STS) にモジュールがリダイレクトされる直前に発生します。 STS は、 プロパティによって Issuer 指定されます。

適用対象