Start a conversation

Jive - SAML SSO - Federating User Attributes from Microsoft Azure AD to Jive

Overview

This article describes how to resolve the problem where a user's profile information (attributes like title, department, etc.) is not getting synced from Microsoft Azure AD to Jive upon login with Single Sign-On (SSO).

Prerequisites

Solution

Configuration in Microsoft Azure AD:

  1. Inside your Azure SSO app, you will see an entry for User Attributes and claims under the Single Sign-On tab. These are the AD attributes that are used by Jive.
  2. Click the option to edit the "User Attributes & Claims".
  3. You can see the existing field values and claim names. The "Claim Name" and "Value" are used to populate the IDP file that is copied into Jive to enable SSO.
  4. Go back to the "Single Sign-On" tab. In the section titled "SAML Signing Certificate", you will see "Federated Metadata XML". This is the Azure IDP file that you eventually need to copy-paste into Jive. Download this XML to your local PC.
  5. However, and here is the problem: if you add a new attribute claim and value, the 'Federated Metadata XML' does not get updated.
  6. In the below example, we have added a new user attribute called 'Department'.
  7. But looking at the XML file there is no entry for "department".
  8. To add this new attribute, we simply add the attribute manually to the XML file, using a text editor. These entries follow a common syntax:
    <auth:ClaimType xmlns:auth="http://docs.oasis-open.org/wsfed/authorization/200706" Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/department">
    <auth:DisplayName>Department</auth:DisplayName>
    <auth:Description>Department of the user.</auth:Description>
    </auth:ClaimType>
  9. Note: you can only manually add entries that you have put into the Azure app
  10. Once you have mapped your Azure app entries and manually added them to the XML file, you can copy and paste the XML contents into Jive (see below).

Configuration in Jive:

  1. Open the Admin Console, and go to  People -> Settings -> SSO -> SAML. Paste in the updated XML file into the IDP tab.
  2. Go to the user attribute mapping tab, add an entry for Department, and check the 'Federated' column.
  3. The format of the attribute name is the same format you got from the XML file:
    <auth:ClaimType xmlns:auth="http://docs.oasis-open.org/wsfed/authorization/200706" Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/department"><auth:DisplayName>Department</auth:DisplayName><auth:Description>Department of the user.</auth:Description></auth:ClaimType>
  4. Click 'Save All SAML Settings' and the new field mapping is complete.
  5. Restart Jive

You can repeat this with any of the available fields in AD, such as Title, and map them onto your Jive profile fields

 

Testing

Upon logging in to Jive using Azure SSO, you will see the Department from AD appear in the Jive profile department field.

 

 

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments