Skip to main content
Version: 4.0.6

Configuration

IdentityServer

The table below, list all the possible properties present in the appsettings.json file. Thanks to them, you can easily customize the behavior the IdentityServer.

PropertyDescriptionValues
AuthCookieNamePrefixName of the authentication cookie
SessionCookieNamePrefixName of the session cookie
ForceHttpsForce to use HTTPSTrue
False
IsForwardedEnabledEnable or disable the forwarded headerstrue
false
ClientCertificateMode

Specifies the client certificate requirements for an HTTPS connection.
This parameter is required when you are using the tls_client_auth or self_signed_tls_client_auth client authentication method.
By default, the value is NoCertificate.

NoCertificate
AllowCertificate
RequireCertificate
DelayCertificate
IsRealmEnabledEnable or disable the Realm. By default, the value is truetrue
false
SCIMBaseUrl

Base URL of the SCIM Server. This value is used during the launch time of IdentityServer to configure Automatic Identity Provisioning with the SCIM Server..
By default, the value is https://localhost:5003.

Base URL of the SCIM Server
Authority

Base URL of the current IdentityServer. This value is used to configure OPENID authentication with the IdentityServer.
By default, the value is https://localhost:5001.

Base URL of the current IdentityServer.
DistributedConfiguration

Distributed configuration helps various modules within SimpleIdServer to store their settings.
This property is used to configure the configuration storage, for example, Redis or SQL Server.

For more information, please refer to this chapter
StorageConfigurationThis property is used to configure the data storage used by IdentityServer to store its various entities, such as Clients or Users.For more information, please refer to this chapter
OtherThe other properties are used to configure the modules used by IdentityServer, such as Automatic Identity Provisioning with SCIM or an external Identity Provider like FacebookFacebook
SCIM
LDAP
IdServerEmailOptions
IdServerSmsOptions
FidoOptions