Lingua

IAllowCookieRedirectMetadata Interface

Definition

Metadata that indicates the endpoint should allow cookie-based authentication redirects. This is normally the default behavior, but it exists to override IDisableCookieRedirectMetadata no matter the order. When present, the cookie authentication handler will prefer browser login or access denied redirects over 401 and 403 status codes.

public interface IAllowCookieRedirectMetadata
type IAllowCookieRedirectMetadata = interface
Public Interface IAllowCookieRedirectMetadata
Derived

Applies to