Overview
This article describes the steps to map otherMailbox attribute to inSync email ID for SCIM with onelogin as an IDP
By default SCIM is configured to map oneLogin Email attribute to inSync email ID.
Configuration steps:
Please follow below steps if you wish to map otherMailbox attributes to inSync Email ID.
Login to onelogin Admin console
Go to pre-configured Druva SCIM app
Click on the configuration tab
Under “SCIM JSON TEMPLATE” enter the following script and save, refer to below screenshot.
📝 Note
{"schemas" ["urn:ietf:params:scim:schemas:core:2.0:User"],"userName": "{$user.custom_fields.otherMailbox}","displayName": "{$user.firstname} {$user.lastname}","company": "{$user.company}"}
Go to “Parameters”, under “groups” field select “SAML NAMEID” and map it to “othermailbox(custom)” attribute under the “value” field
Save the changes
This should provision the users with otherMailbox attribute.