How to create Azure AD?
Azure AD
This is actually Microsoft Azure ‘s cloud service that enables administrators to manage end-user identities and access privileges

We can easy create azure AD following these step
Step 1
search Azure Active Directory in portal search box
Now you can get

Step 2
They have menu list that have consist App registrations
then click App registrations -> click new registrations


step 3
you can get client id

then do it authentication
Azure Active Directory (Azure AD) simplifies developer authentication by providing identity as a service, supporting industry-standard protocols such as OAuth 2.0 and OpenID Connect, as well as open-source libraries for various platforms to help you quickly start coding.This article will help you understand the Azure AD supports different scenarios and show you how to get started.

Let’s consider the most simple scenario where identity is needed: a web browser user needs to authenticate to a web app. This scenario is outlined in more depth in the section Web browser to web application, but it is a good starting point to explain Azure AD ‘s capabilities and conceptualize how the scenario works. In this situation consider the following diagram:

In here we want authentication for Azure
Depending on the platform or system the targeting of this application can require additional configuration, such as redirecting URIs, specific authentication settings or platform-specific fields.
If your latest control plane is your Azure AD hybrid identity solution, authentication is the cornerstone of cloud access. The selection of the appropriate authentication method is a critical first decision when creating a hybrid identity solution for Azure AD. Implement the authentication method designed by using Azure AD Connect, which also provides for cloud users.
If this authentication option is used, Azure AD performs the sign-in process for users. Users can sign in to cloud apps with seamless single sign-on (SSO) without having to re-enter their credentials. You can choose between two choices with Cloud authentication:
Azure AD password hash synchronization.
Azure AD Pass-through Authentication.
let do authentication
see the menu and click authentication → click ADD Platform

you can get Configure single-page application panel


Will see you on my next article AZure REsourse