microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
870 stars 372 forks source link

Sign in behind Proxy failed: No Azure Directories were found #8893

Open julianpleli opened 2 years ago

julianpleli commented 2 years ago

Describe the bug

Logging in im alway receiving the following error: Azure sign-in Sign in failed: No Azure Directories were found.

Im working behind proxies.

Version

Version 2.1.1

Browser

OS

To Reproduce

Log-In behind Proxy.

Screenshots

image

tdurnford commented 2 years ago

@dmvtech Would you mind taking a look at this?

dmvtech commented 2 years ago

Investigating.

dmvtech commented 2 years ago

Hi @julianpleli Apologies for the delay.

Do you know if you are able to login to the az cli tool?

Assuming it's installed, first check the version: az -v

Then the following to see if you are logged in or not: az account show

If not, use the following: az login

dmvtech commented 2 years ago

@tdurnford

I can reproduce when following the steps for documentation here, I get the following:

image

My assumption is that there is something in the sign-in code that is not picking up the configured proxy settings to utilize for the request to the sign-in page.

Any idea who this should be assigned to for further investigation?

tdurnford commented 2 years ago

@benbrown Any idea what might be going on here?

julianpleli commented 2 years ago

Hi @julianpleli Apologies for the delay.

Do you know if you are able to login to the az cli tool?

Assuming it's installed, first check the version: az -v

Then the following to see if you are logged in or not: az account show

If not, use the following: az login

The cli is working fine! I worked with terraform and everything worked with a Charme.

ncostar commented 2 years ago

Hi team, also encountering this issue with the steps as mentioned above. Is there a workaround/steps to publish that can be implemented with the Azure CLI to continue in the interim? Thanks.

AlexChongMicrosoft commented 2 years ago

1 of the users is facing the same issue. We checked the AAD login record, didn't find the interactive login. But some non-interactive login records. May I know whether there is some audit log of Bot composer?