Microsoft Graph configuration


La connexion avec Microsoft Graph est disponible dans le plugin "Extra user management" uniquement depuis la version 1.10. Elle était précédemment fournie par le plugin Exchange (version < 1.19).

Setting up the "Microsoft Graph" connector

There are two ways to connect to Microsoft Graph :

  1. Connect to Microsoft Graph using Entra ID authentication
  2. Connection to Microsoft Graph using application authorizations

It is not possible to use both connection modes at the same time.

Connect to Microsoft Graph using Entra ID authentication

The default connection to Microsoft Graph is via Entra ID authentication.

Once the Entra ID authentication mode has been configured for your population, make sure that the "Application authorization" box is unchecked in the Ametys > Third-party service > Microsoft Graph configuration.

Please make sure you allow users to consent to the various rights required for the functionalities you wish to use.

Connection to Microsoft Graph using application authorizations

To use the Microsoft Graph connector, starting with version 1.10 of plugin, you need to log in as administrator to the Azure portal, then access the application registration.

You need to create a : 

Once the application has been created, the values Application ID and Tenant ID must be noted.

The next step is to create the application's secret key:

Please note that the key must be noted at the time of creation, as it will no longer be accessible afterwards.

The three values (the two identifiers and the secret key) are entered in the general configuration ofAmetys.

 

The final step is to grant access rights to the application:

Be sure to add application accesses, and to give administrator consent to these authorizations, otherwise the Ametys access will not work.

In Ametys, select "Application authorization" and fill in the various fields.

Back to top

Extra User Management