Skip to main content

Provisioning SCIM

SCIM provisioning (System for Cross-domain Identity Management) allows SmartLink to automatically synchronize user accounts and groups with your external applications. Connect SmartLink to your target application once, then manage everything from SmartLink.

Accessing the Provisioning Tab

From the list of applications, open the actions menu, then click on Edit.

Click on Edit to access the application settings

On the application page, select the Provisioning tab. You will discover seven management sub-tabs:

TabRole
ConfigurationConnect SmartLink to the SCIM endpoint of the target application
AccountsView and manage existing accounts in the target application
AccessSee SmartLink users who have access to this application
GroupsView and manage groups in the target application
FoldersView SmartLink folders associated with this application
SchemaExplore the SCIM schema returned by the target application
SettingsConfigure provisioning/deprovisioning automations

01.provisioning-tab-overview


Configuring SCIM Connection

Enter the base URL of your application's SCIM endpoint and the associated authentication token, then click Save.

Enter the SCIM URL of the target application and the authentication token

Once the connection is established, SmartLink retrieves the SCIM schema and unlocks the other tabs.


Accounts

The Accounts tab displays all accounts present in the target application. For each account, an icon indicates if a SmartLink user is associated with it.

Available actions in the menu of each row:

ActionDescription
Create a membershipCreate a new SmartLink user from the SCIM account data
Associate a membershipAssociate an existing SmartLink user with this account
DeleteDelete the account in the target application

03.accounts-tab


Access

The Access tab lists SmartLink users who have access to this application. The Present in {app} column indicates if a corresponding account exists in the target application.

Available action:

ActionDescription
Create an accountProvision an account in the target application for this SmartLink user

04.access-tab


Groups

The Groups tab displays all existing groups in the target application. The SmartLink Folder column indicates if a SmartLink folder is associated with this group.

Available actions:

ActionDescription
Create a folderCreate a new SmartLink folder from this group
Associate a folderAssociate an existing SmartLink folder with this group
DeleteDelete the group in the target application

05.groups-tab


Folders

The Folders tab lists SmartLink folders that contain this application. The Present in {app} column indicates if a corresponding SCIM group exists in the target application.

Available action:

ActionDescription
Create a groupProvision a group in the target application for this SmartLink folder

06.folders-tab


Schema

The Schema tab displays the SCIM schema returned by the target application in JSON format. It lists the attributes available for users and groups, and serves as a reference for configuring mappings.

07.schema-tab


Settings

The Settings tab allows you to configure SmartLink's automatic behavior during access changes. For each of the four events, you choose between three modes:

ModeBehavior
ManualNo automatic action - you act from the previous tabs
NotificationA ticket is created in SmartLink messaging to guide you
AutomaticSmartLink acts directly on the target application without intervention

The four configurable events:

EventAutomatic Mode
A user gains access to the applicationAutomatically create an account in the target application (provisioning)
A user loses access to the applicationRemove the associated account in the target application (deprovisioning)
A SmartLink user is deactivatedDeactivate the corresponding account in the target application
User metadata is updatedUpdate the account (name, first name, email...) in the target application

08.settings-tab