microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.24k stars 1.21k forks source link

Trouble Signing into the Azure application #42

Closed Alfonsoaz01 closed 1 year ago

Alfonsoaz01 commented 1 year ago

Hello,

First of all, thank you for your contribution I am really looking forward to testing the application :D but I am having some issues when logging into the application. I managed to make the application run in Azure in a webapp:

image

And I configured both methods of authentication as described in the guide. However, when I clicked in any of them I receive the following error:

image

Do you have any ideas why could this happen?

Thank you so much!

whymatter commented 1 year ago

You have to set the redirect URL of the App Registration to https://YOUR-WEBSITE-NAME.azurewebsites.net/api/auth/callback/azure-ad

image
thivy commented 1 year ago

@Alfonsoaz01 are you still having issues after updating the call back in Azure AD?

Alfonsoaz01 commented 1 year ago

Hi! thank you for your answer it worked!! I think we can close this issue.

Thank you so much for your help!

Alfonsoaz01 commented 1 year ago

Closing the issue