Class AbpIdentityServerBuilderOptions
Inheritance
AbpIdentityServerBuilderOptions
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class AbpIdentityServerBuilderOptions
Constructors
AbpIdentityServerBuilderOptions()
Declaration
public AbpIdentityServerBuilderOptions()
Properties
AddDeveloperSigningCredential
Declaration
public bool AddDeveloperSigningCredential { get; set; }
Property Value
AddIdentityServerCookieAuthentication
Declaration
public bool AddIdentityServerCookieAuthentication { get; set; }
Property Value
IntegrateToAspNetIdentity
Declaration
public bool IntegrateToAspNetIdentity { get; set; }
Property Value
UpdateAbpClaimTypes
Declaration
public bool UpdateAbpClaimTypes { get; set; }
Property Value
UpdateJwtSecurityTokenHandlerDefaultInboundClaimTypeMap
Declaration
public bool UpdateJwtSecurityTokenHandlerDefaultInboundClaimTypeMap { get; set; }
Property Value
Extension Methods