Class AbpIdentityServerBuilderOptions
Inheritance
System.Object
AbpIdentityServerBuilderOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.IdentityServer
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class AbpIdentityServerBuilderOptions
Properties
AddDeveloperSigningCredential
Set false to suppress AddDeveloperSigningCredential() call on the IIdentityServerBuilder.
Declaration
public bool AddDeveloperSigningCredential { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IntegrateToAspNetIdentity
Integrate to AspNet Identity. Default: true.
Declaration
public bool IntegrateToAspNetIdentity { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UpdateAbpClaimTypes
Updates AbpClaimTypes to be compatible with identity server claims. Default: true.
Declaration
public bool UpdateAbpClaimTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UpdateJwtSecurityTokenHandlerDefaultInboundClaimTypeMap
Updates
Declaration
public bool UpdateJwtSecurityTokenHandlerDefaultInboundClaimTypeMap { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |