Versions Compared

Key

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

Introduction 

This page explains the configuration of the jtel Mirosoft Azure Login feature.

Configuration

...

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

the following API permitions must be set

...

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

3. Login with Microsoft Entra ID configuration

  • The following client properties must be configured: 

    ParameterValue
    User.Authentication.Azure.ClientsIDClient ID of the application
    User.Authentication.Azure.AuthorityLogin URL with tenant ID
    User.Authentication.Azure.SecretApplication secret
    User.Authentication.Azure.ForceOnly Azure login is posssible for the client.

  • Optionaly can be set resorce portal.Login.Azure.Force to enforce using Entra ID only