Registering the Custom SCIM Gateway Application

Register the custom SCIM gateway sample application with IAM.

  1. Open the navigation menu. Go to Identity, Domains, Settings, and click Applications.
  2. Click Add, and then select App Catalog.
  3. In the Type of Integration section, click Provisioning, locate the GenericScim - Basic template, and then click Add.
  4. In the Details pane of the GenericScim - Basic page, enter SCIM Gateway Application for both the name and description of your application, and then click Next.
  5. In the Provisioning pane, turn on the Enable Provisioning switch.
  6. In the Confirmation window, click OK.
  7. Use the following table to populate the fields of the Configure Connectivity section of the Provisioning tab.
    Parameter Value
    Host Name Enter the host name of your application.
    Base URI /scimgate
    Administrator Username admin
    Administrator Password Enter the administrator's password you have set in the run script of the sample application.
    HTTP Operation Types __ACCOUNT__.Update=PUT

    For more information about the fields of the Configure Connectivity section, see the table in Enable and Configure Connectivity for Provisioning for Your Application.

  8. To save the application, click Finish.
If you deploy and run the sample application in a non-HTTPS server or a server which doesn't contain a valid certificate, then you might need to use a REST API to change the SSLEnabled parameter to false. If the server doesn't listen to the default HTTP port number, then change the Port parameter to the corresponding port number your application runs. After you update these parameters you can test connectivity between the application and IAM, and then activate the application.