Azure AD connector

Hi,

We are trying to connect to Azure AD through out of the box connector in sync project. We provided AppID, domain and the user account credentials.

But we are getting the error [Microsoft.IdentityModel.Clients.ActiveDirector.AdalServiceException]: Accessing ws metadata exchange failed.

[System.Net.WebException]: The remote server returned an error.(403) Forbidden.

We used the same account to connect to azure using powershell commands and it worked.

Could anyone let us know what are we missing here.

Thanks,

Sameer

Parents Reply
  • Hi Markus,

    Thanks for the quick reply.

    Yes, the application is integrated in Azure. We also got the client secret and used it in Authenticate as web application option and it worked.

    But we need to figure out why the account is not working in Authenticate as native client application when it is working through PS commands. Also, I could see that for using account, it should be having "Global Administrator" role in Azure. Could you please help us in understanding the significance of that.

    Thanks,

    Sameer

Children