Azure Active Directory
How to register Azure Active Directory
# Register Authentication
Create new registration in App registration from menu Azure Active Directory.

Go to app has created. Then click Authentication, input Redirect URI
<your_domain_name>
<your_domain_name>/signin-oidc

Enable the implicit grant flow:

Check Access tokens if your app require authorize apis.