Table of Contents

Class ClaimsTransformationContext

Namespace
Duende.IdentityServer.Hosting.LocalApiAuthentication
Assembly
Duende.IdentityServer.dll

Context class for local API claims transformation

public class ClaimsTransformationContext
Inheritance
ClaimsTransformationContext
Inherited Members

Constructors

ClaimsTransformationContext()

public ClaimsTransformationContext()

Properties

HttpContext

the HTTP context

public HttpContext HttpContext { get; }

Property Value

HttpContext

Principal

The principal

public ClaimsPrincipal Principal { get; set; }

Property Value

ClaimsPrincipal