Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Create

...

Image Removed

First Login

Azure Application

  • Login as Administrator in Azure portal. 
  • Go /Azure Active Directory/App registration/New registraton

Image Added

  • Press register.
  • Copy clientID in User.Authentication.OAuth2.ClientsID mandant parameter(Clients parameters table)
  • Add tenant Id to the end of  https://login.microsoftonline.com/ and set User.Authentication.Oauth2.Authority mandant parameter

It should be somethin like:

Image Added

Create secret key

  • Go Certificates & secrets/New client secrets

Image Added

Please note that the secret value is accessible only after creation.

copy secret value in User.Authentication.OAuth2.Secret mandant parameter


Preventing of the consent dialog

https://learn.microsoft.com/en-us/azure/active-directory/develop/application-consent-experience

To prevent the following dialog by first login

First Login

Image Added

the following API permitions must be set

Image AddedImage Removed