MsalAuthenticationOptions.PostLogoutRedirectUri プロパティ

定義

アプリケーションのログアウト後のリダイレクト URI を取得または設定します。

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

プロパティ値

注釈

絶対または基本の相対値 Uri を指定でき、既定値は に設定されます。 authentication/logout-callback.

適用対象