(Dansk version)
Azure configuration
Introduction
This guide describes Azure's configuration to synchronize Groups and User principals from Azure Entra ID to DocuNote. This configuration is needed for logging in with Microsoft Identity on DocuNote Web.
(See more about Microsoft Identity login for DocuNote Web - Configuring Microsoft Azure portal )
1. Click on Microsoft Entra ID
2. Expand on the Manage node
3. Click on App registrations
4. Click on New registration
5. Give the app a name like "DocuNoteEntraIdSynchronization"
6. Click on Register
7. Copy the Application (client) ID to a safe place
8. Copy the Directory (tenant) ID to a safe place
9. Click on Certificates & secrets
10. Click on New client secret
11. Give the secret a name like "DocuNoteEntraIdSecret"
12. Select Expire period, e.g. 24 months
13. Click on Add
14. Copy the Secret ID to a safe place
15. Click API permissions, Add a permission
16. Click on Microsoft Graph…
17. Click on Application permissions
18. Search GroupMember node
19. Select GroupMember.Read.All permisson
20. Identify User node and select User.Read.All, then click Add permissions
21. Click on Grant admin consent for MSFT
22. Grant admin consent
(Navigate to top of page)