IAllowCookieRedirectMetadata Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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