Skip to main content


 

 

How can we help you?

 

Druva Documentation

How to map otherMailbox attribute to inSync email ID for SCIM with onelogin as an IDP

Heads up!

We've transitioned to a new documentation portal to serve you better. Access the latest content by clicking here.

 

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.

{

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

  • Was this article helpful?