atmoraes1
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...
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....
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.
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:  What should...
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...