Verifying the Secret Server SSL Certificate
A valid SSL certificate is required on the Secret Server side by default. It can bypass this verification by setting the flag (SkipSSLCheck) value to True in the appsettings.json file, located at C:\inetpub\wwwroot\SCIMConnector
. However, it's important to note that bypassing this verification poses a security risk.
To bypass SSL certificate verification:
-
Open Internet Information Services (IIS) on your computer and stop the SCIM Connector application.
-
Navigate to
C:\inetpub\wwwroot\SCIMConnector
and open theappsettings.json
file. -
Set the SkipSSLCheck value to the following:
SkipSSLCheck = true
-
Start the SCIM Connector application in Internet Information Services (IIS).
If a valid SSL certificate is unavailable on the Secret Server side, it is recommended to attempt using the SCIM Connector without bypassing verification. In this case, the SCIM Connector will throw a "Secret Server Service Unavailable" error.