atmoraes1

Results 6 issues of atmoraes1

I have an issue with the bot framework for C# where the GetToken endpoint returns 404. I am posting here because my question on SO didn't get any replies in...

bug
needs-triage

When using OAuth2 via OAuthPrompt the user authentication flow does not work as expected. It seems some states are being shared between the turns that prevent the authentication to complete....

bug
needs-triage

The documentation states the Token Service handles user tokens, but it is not refreshing the token even though Azure Portal requires you to enter the refresh URL details.

bug
needs-triage

When using the OAuthPrompt, if the user clicks the sign in button for a second time the Token Service is responding with a static page as follows: ![image](https://github.com/microsoft/botframework-sdk/assets/139466904/87439df4-9b0d-4f5b-90df-0ee7abf0f011) What should...

bug
needs-triage

Below is a difference between running on a Windows development machine and an ASPNET 8 Linux container. The image is a chiseled one, so maybe some fonts are not available....

When spawning multiple transcriptions at the same time, the lib hangs and keeps using CPU forever. It seems something is not thread safe but I'm not sure. What could be...