IdP Group Mapping [WIP]

The Org admin can configure mapping between IdP Groups and Codescan Organization Groups on the SAML Configuration screen.

Before configuring the IDP Group Mapping, a SAML connection must be configured. Find out how in these articles.

This feature allows to implement many-to-many mapping between IdP Groups and Codescan Orgs.

When IdP Connection is configured to send the user groups, then SAML Response which we receive during User login contains the list of IdP Groups. Based on this data we can do the synchonization every time the user logs in.

To configure the mapping between IdP Groups and Codescan Orgs and Groups, navigate to Administration > SAML Connections and edit the connection of your choice. There is a IdP Group Mapping section on the SAML Configuration screen:

You can add multiple rows for the mapping. In each row you define:

  1. the IdP Group name - this is the text field;

  2. the Codescan Org - this is the selection input

  3. the Codescan Org Groups - this is set of checkboxes with the list of all Groups of the selected Org. The default Org Group is selected by default (e.g. Members group).

This configuration can be done only by the Org admin. And the Org Admin can modify this mapping anytime.

The Codescan will go through this list and programmatically add/remove users to Codescan Orgs based on that mapping.

Last updated

Was this helpful?