Replacing or Assigning a New SSL Certificate for the SCIM Connector in IIS

If your SSL certificate has expired or if you need to assign a new certificate for your SCIM Connector, follow these steps:

Generate a New SSL Certificate

  • Obtain or generate a new SSL certificate from your Certificate Authority (CA).

Install the New Certificate on the IIS Server

  1. Open Microsoft Management Console (MMC) and add the Certificates snap-in:

    1. Press Windows + R, type mmc, and press Enter.

    2. In MMC, go to File > Add/Remove Snap-in.

    3. Select Certificates and then select Add.

    4. Choose Computer Account and select Next, then select Local Computer and click Finish.

    5. Select Ok to close the Add/Remove Snap-in window.

  2. In MMC, navigate to Personal > Certificates.

  3. Right-click on Certificates and navigate to All Tasks > Import.

  4. Follow the wizard to import the new certificate and complete the installation.

Update HTTPS Binding in IIS

  1. Open IIS Manager on the server.

  2. In the Connections panel, expand the server node and select the SCIM Connector site.

  3. In the right-hand panel, select Bindings under the Actions section.

  4. In the Site Bindings window, select the existing HTTPS binding and select Edit.

  5. In the SSL certificate dropdown, select the newly installed certificate.

  6. Select OK to save the changes.

Restart the SCIM Connector Website

  1. In IIS Manager, right-click on the SCIM Connector site.

  2. Go to Manage Website > Restart.

Verify the SSL Configuration

Open a browser and navigate to your SCIM Connector URL (e.g., https://yourdomain.com).

Verify that there are no SSL errors and ensure the certificate is valid and correctly applied.