Additional Configuration and Settings Storage

There are 2 files local to the SCIM Connector that contain important settings and configuration options: root/appsettings.json and response/AppSettings.json.

Root/Appsettins.json

The root\appsettings file contains the SCIMConnector configuration settings and the encryption keys required to encrypt or decrypt the configuration data stored within the Configurations attribute. You can locate the root\appsettings configuration file in the root folder of the SCIM Connector Web Directory.

The encryption keys will display in the appsettings.json. It is critical that these entries are not modified or deleted. Without these values, the configuration data can’t be decrypted. If the data in the IV, KEY sections are changed or deleted, configuration data also needs to be deleted (set empty string as a value of Configurations attribute) and SCIM Connector Settings needs to be re-entered.

TokenSigningKey and TokenEncryptionKey are used to sign non-expiry tokens of SCIM. After signing token, it will be valid after restart service or server.

  • "IV": [ENCRYPTED_IV_VALUE]
  • "KEY": [ENCRYPED_SIGNING_KEY]
  • "TokenEncryptionKey": [ENCRYPED_TOKEN_ENCRYPTION_KEY]
  • "TokenSigningKey": [ENCRYPED_TOKEN_SIGNING_KEY]
  • "Configurations": [ENCRYPED_SS_CONFIGURATIONS]

  • "SkipSSLCheck": [BOOLEAN_FLAG_TO_SKIP_SSL_VERIFICATION]

Response\AppSetting.json

This AppSettings.json file can be located in the rootfolder\Responses path of the SCIM Connector Web Directory. It contains standard web application information.

Settings are provided here for informational purposes. This file should not be modified directly unless directed by Delinea Support or Professional Services. Incorrect values may cause SCIM Connector to stop working or return incorrect results. To modify configurable settings, log into the SCIM Connector user interface and select the Settings page then the Configuration Settings tab. These settings are global settings and will impact the performance of all connected endpoints.