(English version)

<aside> ⚠️ Bemærk venligst

Azure configuration

Introduction

This guide describe the needed steps to setup Microsoft Entra ID Authentication against Azure Entra ID for DocuNote (Web/Form based). Only DocuNote Web can be configured with Microsoft Entra ID Authentication.

To enable login with Microsoft Entra ID Authentication, an App registration has to be setup in the Azure Entra ID environment where the users reside. The administrator of the Azure tenant should configure the app registration, described below.

To support login with Microsoft Entra ID Authentication, a synchronization between Azure Entra ID and DocuNote should also be configured. This is described in a separate guide:

Entra ID - Konfigurering af Azure app registrering til synkronisering

1. Click on Microsoft Entra ID

Untitled

2. Click on App registrations

Untitled

3. Click on New registration

Untitled

4. Give the application a name for example "DocuNote Web"

Untitled

5. Click on Redirect URI (optional)

Untitled

6. Select platform “Web”Click on Web

Untitled

7. Enter the response page for the Entra ID login page "https:///<your site>/pages/azureadlogin.aspx"

Untitled

8. Click on Register

Untitled

9. Save the Client ID in a safe location for later use

Untitled

10. Save the Tenant ID in a safe location for later use

Untitled

11. Click on Authentication

Untitled

12. Check mark the Access tokens

Untitled

13. Check mark the ID tokens

Untitled

14. Click on Save

Untitled

15. Click on Token configuration

Untitled

16. Click on Add optional claim

Untitled

17. Select Token type - “ID”

Untitled

18. Check mark “preferred_username”

Untitled

19. Click on Add

Untitled

20. Click on API permissions

Untitled

21. Click on Add a permission

Untitled

22. Click on Microsoft Graph…

Untitled

23. Click on Delegated permissions

Untitled

24. Check mark “openid” and “profile”

Untitled

25. Click on Add permissions

Untitled

26. Configuration is completed

Untitled


(Gå til toppen af siden)