How-To Create an Azure Active Directory Application for Cloudockit Authentication
This is a 2 steps procedure:
- Step 1 : Create the AAD Application
- Step 2 : Give the AAD Application the appropriate permissions
Step 1 : Create the AAD Application
Navigate to https://portal.azure.com and select the Azure Active Directory blade:

Then, click on App Registration:

Then, click on Add and enter the following settings:
- Name : Cloudockit
- Application Type : Web app / API
- Sign-on URL: https://www.cloudockit.com
Once the application has been created, click on it and take note of the Application ID as this will be required when you schedule a document generation.
Then click on keys and create a new key that never expires:

Step 2 : Give the AAD Application the appropriate permissions
Select the appropriate subscription and click on Access Control (IAM)


Then, click on add and search for the Active Directory Application using its name and give it the following privileges:
- Read-Only on the whole subscription
- Contributor on the Storage Account where to drop the document (optional, only if you choose to drop the document into one of your storage account)