Search Results for

    Show / Hide Table of Contents
    View Source

    Class PreviewAuthenticationMiddleware

    Ensures that preview pages (front-end routed) are authenticated with the back office identity appended to the principal alongside any default authentication that takes place

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Middleware
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class PreviewAuthenticationMiddleware : IMiddleware

    Constructors

    View Source

    PreviewAuthenticationMiddleware(ILogger<PreviewAuthenticationMiddleware>)

    Declaration
    public PreviewAuthenticationMiddleware(ILogger<PreviewAuthenticationMiddleware> logger)
    Parameters
    Type Name Description
    Microsoft.Extensions.Logging.ILogger<PreviewAuthenticationMiddleware> logger

    Methods

    View Source

    InvokeAsync(HttpContext, RequestDelegate)

    Declaration
    public async Task InvokeAsync(HttpContext context, RequestDelegate next)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Http.HttpContext context
    Microsoft.AspNetCore.Http.RequestDelegate next
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PreviewAuthenticationMiddleware(ILogger<PreviewAuthenticationMiddleware>)
    • Methods
      • InvokeAsync(HttpContext, RequestDelegate)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX