Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page is for older ‘pull based’ user synchronization, which reads AzureAD information via GraphAPI.

We have newer and better ‘push based’ SCIM user synchronization, which should be used if you are implementing new user data synchronization.

See: SCIM provisioning from Azure AD

General

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

  1. User data synchronization

  2. Directory synchronization of users

  3. Directory synchronization of directory entries

Synchronization is done as a daily batch job by default.

...

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

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


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

3. Enter describing name for the application, and click Register. Redirect URI: https://discover.

...

enreachvoice.com/

...

4. Select API Permissions.

  1. Add Microsoft Graph -> Application permissions

    Image Modified
  2. Add following permissions

    1. Group/ Group.Read.All

    2. User/ User.Read.All

...


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

...

4. Make sure that Admin consent status is granted for all permissions

...

5. Select Certificates & secrets.

  1. Add new client secret

  2. Enter a proper description, select Expires = Never and click Add

  3. Copy value of new secret to be sent to

...

  1. Enreach

...

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

...