Azure Active Directory

How to register Azure Active Directory

What is Azure AD

# Register Authentication

Create new registration in App registration from menu Azure Active Directory.

azureAD

Go to app has created. Then click Authentication, input Redirect URI

<your_domain_name>
<your_domain_name>/signin-oidc

azuread_setting

Enable the implicit grant flow:

azuread_implicitgrant

Check Access tokens if your app require authorize apis.