次の方法で共有


OidcProviderOptions.PostLogoutRedirectUri プロパティ

定義

アプリケーションのログアウト後のリダイレクト URI を取得または設定します。 ユーザーが ID プロバイダーからのサインアウト プロセスを完了すると、ここでアプリケーションがリダイレクトされます。

public:
 property System::String ^ PostLogoutRedirectUri { System::String ^ get(); void set(System::String ^ value); };
[System.Text.Json.Serialization.JsonPropertyName("post_logout_redirect_uri")]
public string PostLogoutRedirectUri { get; set; }
[System.Text.Json.Serialization.JsonPropertyName("post_logout_redirect_uri")]
public string? PostLogoutRedirectUri { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("post_logout_redirect_uri")>]
member this.PostLogoutRedirectUri : string with get, set
Public Property PostLogoutRedirectUri As String

プロパティ値

属性

適用対象