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-9afd0d7e821c.
The following diagram shows you how to register
and obtain an application ID from Azure AD service:
Â
⇒ Application ID Settings on Azure AD
⇑ Integration with Azure Active Directory
⇑⇑ OpenID Tutorials
2021-06-20, 1975👍, 0💬
Popular Posts:
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API...
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...
Why am I getting this "Docker failed to initialize" error? After installing the latest version of Do...
What is Azure API Management Developer Portal? Azure API Management Developer Portal is an Azure Web...