All Collections
Knowledge Base
Endpoint and SaaS Apps
Best Practices - Endpoint and SaaS Apps
How to map otherMailbox attribute to inSync email ID for SCIM with onelogin as an IDP
How to map otherMailbox attribute to inSync email ID for SCIM with onelogin as an IDP
Updated over a week ago

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.

  1. Login to onelogin Admin console

  2. Go to pre-configured Druva SCIM app

  3. Click on the configuration tab

  4. 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}"}


  1. Go to “Parameters”, under “groups” field select “SAML NAMEID” and map it to “othermailbox(custom)” attribute under the “value” field

  1. Save the changes

This should provision the users with otherMailbox attribute.

Did this answer your question?