Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »






Benemen AzureAD Synchronization

















General

There is three separate synchronization options to synchronize user data from Azure Active Directory to BeneCloud systems.

  1. User data synchronization
  2. Directory synchronization of users
  3. Directory synchronization of directory entries

Synchronization is done as daily batch job by default.

Deployment requirements

Reading AzureAD information is done via Azure Graph API. This requires that new application must be registered to Azure Active Directory in Azure portal and rights to read directory data must be granted.
Detailed instructions for setting up app registration in chapter 4.

Field mappings

Field mappings define which AzureAD attributes and BeneDesk fields are synchronized. Default mappings are in table below. All mappings can be customized and new mappings can be added.
If there is need to read attributes not normally available in AzureAD such as Exchange extension attributes, see Microsoft guidance https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-feature-directory-extensions
If BeneDesk field is not on mapping list, its contents will not be updated.
 

Fields for User information

BenePortal attribute

Description

Source        

UserEmail

Email of User. Username when login to BeneDesk

 

FirstName

First name

 

LastName

Last name

 

AltEmail

Alternative email to send password recovery emails etc.

 

ContractName

Contract name

 

BillingContractName

Billing contract name.

 

UserCountry

User Country

 

UserRegion

User region in TZ-format (Europe/Helsinki)

 

UserLanguage

User language in RFC 1766 format (fi-FI, en-GB etc.)        

 

CostCenter

Cost Center

 

ExtAuthUserName

Username used if External authentication is used

 

ExtAuthDomain

Domain, if external authentication is used

 


Source can be:

  • Constant default value, set for all users
  • Value from AzureAD attribute. Will override constant default value if found
  • If left unmapped, value can be set in portal and will not be overwritten in sync



Fields for Directory information

Directory field

Description

Source for Users

Source for DirectoryEntries

ExternalId        

External ID, if directory is synced from external system

 

 

Email*

Email Address

BenePortal: UserEmail

 

FirstName*

First Name

BenePortal: FirstName

 

LastName*

Last Name

BenePortal: LastName

 

Description        

Description is usually left for switchboard usage

 

 

Title        

Title

 

 

WorkNumber*

Work number

BenePortal: Work number        

 

MobileNumber*

Mobile number

BenePortal: Mobile number

 

OtherNumber        

Other number

 

 

Company        

Company name

        

 

Subcompany        

Sub company

 

 

Location        

Location

 

 

Department        

Department

 

 

Group        

Group

 

 

Team        

Team

 

 

Superior        

If mapped to Manager, DisplayName of user linked as manager is set.

 

 

Substitute        

Substitute

 

 

Address        

Address

 

 

PostalCode

Postal code

 

 

City        

City

 

 

Country

Country

 

 

PhoneticName        

Phonetic name

 

 


Technical fields (star)

Registering Directory Synchronization on Azure Portal

  1. Log in https://portal.azure.com as an administrator


Select Azure Active Directory -> App registrations -> New application registration

  1. Enter describing name for application, and click Register. Redirect URI is not needed



  1. Select API Permissions.
    1. Add Azure Active Directory Graph -> Application permissions -> Directory / Directory.Read.All



    1. Click Grant admin consent and then Yes for confirmation pop-up




  1. Select Certificates & secrets.
    1. Add new client secret
    2. Enter proper description, select Expires = Never and click Add


  1. Copy value of new secret to be sent to Benemen


  1. Go to overview tab and copy value of Application (client) ID

  1. Send Application ID and Secret to Benemen.
  • No labels