Introduction:
In this blog, we will learn How to create an Azure AD application and get key values.
Pre-requisites:
A user with an Owner role in Azure Subscription. Click here to learn how to assign a role to the user.
Steps:
1. Login to Azure Portal.
2. In the search box, Type Azure Active Directory.
3. From the Left panel, click on App Registrations.
If you have received a below error, then kindly user role.
https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal#check-azure-subscription-permissions
4. Provide a meaningful app name and click on Accounts in this organizational directory only. Click on Register to register this application under Azure AD.
5. You will see an application under App Registration. Open the App to get the register.
Get the Application ID and Tenant ID from the overview page.
6. Some application also requires a client secret key.
We got the three values from the Azure Application Registration.
a. Application Id (Client Id): 2810a543-1879-4f10-8338-761370bd4b9d
b. Directory Id (Tenant Id): 9c49f354-2a61-4b4c-92e3-d4c6d0dfca65
c. Client Secret: egOmZEf+p3E4rOHKnjdCAXEf/ShG14*:
Kindly use the above values in your application.