Lesson Learned #85: The impact of having a proxy server when you are connecting with AAD
Published May 08 2019 01:16 PM 1,011 Views

Hello Team,

 

Today I worked in a very cool service request when our customer was not able to connect to Azure SQL Database using Azure Active Directory.

 

After multiple troubleshooting process followed we found that our customer has a proxy configuration in their Internet Options->Connections->Local Area Network LAN setting of their Web browser.

 

We found that the configuration script defined contains some restrictions to an important URL that Azure Active Directory needs to use to perform the validation of the user/password in all the methods that they have.

 

If you are using Azure Active Directory please, review that you have allowed the connections to this FQDN: (for more reference review this URL: https://docs.microsoft.com/en-us/azure/active-directory/hybrid/tshoot-connect-connectivity)

 

  • login.windows.net
  • login.microsoftonline.com

 

Enjoy!

Version history
Last update:
‎May 08 2019 01:16 PM
Updated by: