Tools, FAQ, Tutorials:
Get Application ID from Azure AD
How to register and get an application ID from Azure AD?
✍: FYIcenter.com
The first step to use Azure AD is to register and get an Application ID:
1. Sign in to the Azure portal with admin permissions.
2. Click "Azure Active Directory" from the left menu. And select one Azure AD service like "default directory", if you have multiple Azure AD services.
3. Click "App Registrations" and click "New application registration".
4. Follow the prompts and create a new application. Enter a name like "OpenID Test".
5. Provide the Sign-On URL, which is the URL of your Website like http://dev.fyicenter.com.
6. Once you've completed registration, Azure AD will assign your application a unique client identifier, the Application ID, in UUID format like bd51d56c-e744-4a58-91e1-************.
The following diagram shows you how to register and obtain an application ID from Azure AD service:
⇒ Application ID Settings on Azure AD
2021-06-20, ∼6935🔥, 0💬
Popular Posts:
Where to find tutorials on Using Azure API Management Publisher Dashboard? Here is a list of tutoria...
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...
Where to find tutorials on RSS specifications? I want to learn it to describe my API services. Here ...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
How to create a "Sign-up or Sign-in" user flow policy in my Azure AD B2C directory? If you want to b...