As per MSDN, When you have an application that needs to access or modify resources, you must set up an Azure Active Directory (AD) application and assign the required permissions to it. This approach is preferable to running the app under your own credentials because:
- You can assign permissions to the app identity that are different than your own permissions. Typically, these permissions are restricted to exactly what the app needs to do.
- You do not have to change the app’s credentials if your responsibilities change.
- You can use a certificate to automate authentication when executing an unattended script.
Here I will share, how we create Azure AD application. I will not write much.. Just follow images.
In portal, click on “Azure Active Directory”.
Click on “App registrations”
Click on “New application registration”.
Fill required details and click on “create”.
Now you can see your application.
No comments:
Post a Comment