Register an AAD Application
Authorization is required for the following operations :
- to install SSL/TLS certificates in an App Services , Key Vault and DNS Zone
- to make authorized requests to the RCL API
- to use the RCL SDK
- to use the RCL AutoRenew Function app
- to use the RCL CertificateBot
This authorization will be granted through an AAD Application.
- In the Azure Active Directory (AAD), add a new ‘App registration’
- Add a name for the new App registration. The app should access accounts in the user’s organizational directory only (Single tenant)
- Click the ‘Register’ button
Get the AAD Application Credentials
-
In the Active Directory, open the application that was registered
-
Copy the Application (client) ID [Auth:client_id] and Directory (tenant) ID [Auth:tenantId] for configuration purposes
- In the ‘Certificates & secrets’, create a new client secret
- Copy the Client Secret Value for configuration purposes [Auth:client_secret]