다음을 통해 공유


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

속성 값

특성

적용 대상