(English version)
<aside>
⚠️ Bemærk venligst
- Denne side er ikke oversat til dansk, grundet de mange tekniske engelske termer.
</aside>
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.
- From DocuNote version 7.1 Microsoft ID Authentication can also be configured for use by Form-based Solutions
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

2. Click on App registrations

3. Click on New registration

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

5. Click on Redirect URI (optional)

6. Select platform “Web”Click on Web

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

8. Click on Register

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

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

11. Click on Authentication

12. Check mark the Access tokens

13. Check mark the ID tokens

14. Click on Save

15. Click on Token configuration

16. Click on Add optional claim

17. Select Token type - “ID”

18. Check mark “preferred_username”

19. Click on Add

20. Click on API permissions

21. Click on Add a permission

22. Click on Microsoft Graph…

23. Click on Delegated permissions

24. Check mark “openid” and “profile”

25. Click on Add permissions

26. Configuration is completed

(Gå til toppen af siden)