Skip to content

IdentityConfig

The identityConfig section is the place where the necessary settings for Identity Server operations are defined.

Fields

The identityConfig contain the following fields to be defined:

DatabaseName

The name of database where the identity data objects will be stored.

Requirements Rules:

  • Is Required;
  • The name must be exist in Databases list in the current model;
  • A relational database instance type is required.

Example:

1
2
IdentityConfig:
  DatabaseName: My_First_Database

We recommend maintaining a dedicated database for Identity Server data.


Back to top