Skip to main content

Configure SCIM user provisioning for BlueDolphin using SailPoint

Jetmir Abdija avatar
Written by Jetmir Abdija
Updated over a month ago

Disclaimer

It is outside the scope of ValueBlue to provide documentation and guidance on how SCIM provisioning works in SailPoint. We therefore advise you to refer to the following pages of the official SailPoint documentation for in-depth concepts and technical information:

For the base URL, use https://services.eu.bluedolphin.app/scim/v2/{tenantname}/ for EU and https://services.us.bluedolphin.app/scim/v2/{tenantname}/ for US. Provide your tenant's name in the {tenantname} parameter.

For the API key, use the API key secret that you have generated in the Admin module of BlueDolphin. The steps for creating API keys are described here. You will need a key with the scope User provisioning.

Please note that the following attributes are required for a successful integration with SCIM 2.0 user provisioning:

SCIM/Users Attribute

User Attribute in BlueDolphin

Required

userName

Email

Yes

name.givenName

First name

Yes

name.familyName

Last name

Yes

emails[type eq “work”].value

Email

Yes

Also, make sure that the groups in SailPoint are correctly mapped to the roles in BlueDolphin so that your set of SailPoint users and groups is in sync with BlueDolphin.

Did this answer your question?