Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to parse request. Authentication headers are missing in the request #70

Open
eduardafa opened this issue Dec 27, 2022 · 3 comments

Comments

@eduardafa
Copy link

How can this problem be solved?

image

Thanks

@faelp22
Copy link

faelp22 commented Feb 14, 2023

To solve this problem you must inform the access credentials, this data you get on the Azure page in the Bot Service.

Then you pass the data through the environment variables.
APP_ID=MICROSOFT_APP_ID_HERE
APP_PASSWORD=MICROSOFT_APP_PASSWORD_HERE

@eduardafa
Copy link
Author

To solve this problem you must inform the access credentials, this data you get on the Azure page in the Bot Service.

Then you pass the data through the environment variables. APP_ID=MICROSOFT_APP_ID_HERE APP_PASSWORD=MICROSOFT_APP_PASSWORD_HERE

I already did this (since the beginning). But still not working.

@faelp22
Copy link

faelp22 commented Mar 17, 2023

Make a checklist:

1 - See if the URL address of the webhook is correct and with valid SSL.
Your Webhook needs to be accessed over the Azure Bot Service network and with a valid SSL.

2 - Copy the necessary data (MicrosoftAppID and MicrosoftAppPassword)

Note when you generate the password it is displayed only once and if you lose it you will need to delete it and create a new password.

See these prints

Copy MicrosoftAppID
image

Generate a new Password for MicrosoftAppPassword
image

Also check the password expiration date as it may expire and you will need to create a new password.

See a similar image for a simple example
image

Hope this helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants