Versions Compared

Key

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

...

  1. Register global SCIM providers at the central store.
    Any user management operation performed by users in the admin role of central store should be provisioned to store1 and store2.
    1. Login as a default admin user in the central node (https://localhost:9444/carbon/admin/login.jsp).
    2. Access the Main menu and under Manageselect SCIM from the menu items.
    3. Click Register New SCIM Provider.
    4. Register both store1 and store2 as global providers.
    5. Define a Provider Id, and provide a User Name and Password to authenticate and authorize the provider in the SCIM provider node (in this case it is the centraladmin account where both store1 and store2 are registered). Additionally, add the URLs of the SCIM User Endpoint and Group Endpoint.
    6. Additionally, register store2 as a global provider with relevant configuration.
  2. Register SCIM providers specific to user accounts, at the central store.
    Any provisioning request coming to central store from store1 should be provisioned to all the other sub stores except to store1. Therefore, the user account of the store1admin in the central store should be able to identify which providers the SCIM provisioning request should be further provisioned to, from the central node.
    1. Login to the central node as store1admin.
    2. Access the Main menu and under My Identityselect My SCIM Providers from the menu items.
    3. Click Register New SCIM Provider.
    4. Now as the store1admin, you can register store2 as the SCIM Provider by providing relevant configuration as shown below. Define a Provider Id, and provide a User Name and Password to authenticate and authorize the provider in the SCIM provider node (in this case it is the centraladmin account where both store1 and store2 are registered). Additionally, add the URLs of the SCIM User Endpoint and Group Endpoint.
      Image RemovedImage Added
    5. Login to central node as the store2admin and register the SCIM provider pointing to store1 endpoints.

...