<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How Group Linking Works for SCIM Integrations
Okta Classic Engine
Okta Identity Engine
API Access Management
Overview

This article will explain how Group Linking works for System for Cross-domain Identity Management (SCIM) integrations able to import to and/or push groups from the Service Provider (SP).

Applies To
  • SCIM 1.1 and 2.0
Solution

There are two different ways that Okta supports Group Linking for SCIM integrations, which involves associating a Group within Okta with a Group on the Service Provider's side.

  • Groups are linked based on their name. If the Group within Okta has the exact same name as the Group at the SCIM server, the groups will be automatically linked during Group Push. Okta will check if the group already exists on the Service Provider side by making a request to the SCIM server that will look like the following:
    • GET https://{scimUrl}?filter=displayName eq "{groupName}"
  • If the SCIM integration supports and is configured in Okta with the option to Import Groups, the Refresh App Groups button on the Push Groups tab will allow Okta to make a request to the SCIM server's /Groups endpoint to retrieve the existing Groups on the Service Provider's side. Once these groups have been retrieved, there will be an option to link a Push group with one of these existing groups:

Link Group

 

Related References

Loading
How Group Linking Works for SCIM Integrations