Versions Compared

Key

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

 1. Create Azure Application

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

...

It should be somethin like:

 2. Create secret key

  • Go Certificates & secrets/New client secrets

...

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

...


 3. Prevention of the consent dialog by first login

To prevent the following dialog by first login

First Login

Image Added

the following API permitions must be set

Image Added

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

To prevent the following dialog by first login

First Login

Image Removed

the following API permitions must be set

Image Removed"The Administrator grants consent through the API permissions page of the application registration in the Azure portal."