Prepare the Azure AD configuration
This page describes how you, as an organization administrator, prepare Azure AD configuration. For a better overview, the procedure is divided into three sub-procedures. They are based on the user interface of Windows Server 2019 and must all be completed in order.
Add an app registration
-
Select App registrations in the side panel.
-
Select + New Registration.
-
Choose a name for the registration.
-
In Support account types, select Accounts in this organizational directory only (<yourdirectory>only - Single tenant).
-
Leave the Redirect URI (optional) field empty for the moment.
-
Application (client) ID: You will need it as Client ID in the Secure File Sharing configuration.
-
Directory (tenant) ID: You will need it for the Server URL of the Secure File Sharing configuration.
Create the application registration and take a note of the following values for later
Create a client secret
-
Select the app registration that you have created.
-
Choose Certificates & secrets in the side panel.
-
Select + New client secret.
-
Choose the subscription and expiry as you like.
-
Take a note of the generated secret value. You will need it as the Client Secret in the Secure File Sharing configuration.
Add optional claims
-
Select the app registration that you have created before.
-
Select Token Configuration in the side panel.
-
Select + Add optional claim.
-
Select ID as token type.
-
Select the claims email, given_name and family_name.
-
Select Add.
Note
Azure automatically requests permissions to expose these claims to clients.
-
To confirm the permissions, select API permissions in the side panel and select + Grant admin consent for <yourdirectory>.