Skip to main content

Azure Entra ID

This documentation is specific to Azure Entra ID.

Create a new app-registration

In Azure you first need to create a new app-registration. To do this, you can follow the official documentation page.

At some point you will be asked to add a redirect URL. You need to choose the Web platform for this. The redirect URL is specific to your Eduframe environment. In the URL below we used the domain drieam.eduframe.nl which should be replaced with your Eduframe domain.

https://drieam.eduframe.nl/login/azure_active_directory/callback

tip

In case you are using Canvas and have setup SSO in Canvas using Eduframe, you should add a second redirect URL:

https://login.eduframe.nl/login/azure_active_directory/callback

Find required information

Next you will need to find the values of the fields described in the previous page:

  • Client ID
    Called Application (client) ID.
  • Client Secret
    You can create a new secret under Client credentials, make sure you copy the value in the column named Value.
  • Authorize url
    At the top there is a tab Endpoints which will show you the OAuth 2.0 authorization endpoint (v2) url.
  • Token url
    Also under the tab Endpoints, copy the url called OAuth 2.0 token endpoint (v2).

AAD App Registration

These are all the values you need to setup Azure Entra ID. After adding this to Eduframe, you can start provisioning users from Azure Entra ID into Eduframe which is explained in from Eduframe or from IDP.

Where can I find the users OID?

When you open a user in Azure, it will show you a field called Object ID. This is the OID you should use as the uid when creating an Authentication in Eduframe.