Show / Hide Table of Contents

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 to be compatible with identity server claims. Default: true.

Declaration
public bool UpdateJwtSecurityTokenHandlerDefaultInboundClaimTypeMap { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft