Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Microsoft.​AspNetCore.​Http.​Metadata.​IAllowCookieRedirectMetadata

Assembly: Microsoft.AspNetCore.Http.Abstractions

Metadata that indicates the endpoint should allow cookie-based authentication redirects. This is normally the default behavior, but it exists to override <see cref="T:Microsoft.AspNetCore.Http.Metadata.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.