Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following Identity Provider server-specific configuration settings are available in appsettings.json.

AppSettings Root Object

These are the SurePassID Identity Provider server-specific settings at the root of the appsettings object.

Name

Type

Description

UseConnectionString

string

Specifty the name of the connection string to use from the ConnectionStrings dictionary.

The ConnectionStrings data contains sensitive database connection information, and it must not be checked into a source repository.

SurePassIdSettings

object

See SurePassIdSettings Object definition below.

...