ebclark2
ebclark2
**Describe the bug** TeamsMsal2Provider uncaught (promise) from constructor when ssourl configured when ssourl call fails. When constructing TeamsMsal2Provider it calls async internalLogin() if ssoUrl is configured. Exceptions from internalLogin are...
I'm running into an issue where the perl reader tells me data is corrupt when trying to read from a database file of 30 gigs I receive decode errors. Reading...
Without the steerable proxy you can't stop the proxy. It would be swell if JZMQ exposed this.
**Describe the bug** OpenAI token authentication fails in AzureUSGovernment cloud with invalid token/audience error. **To Reproduce** In AzureUSGovernment configure OpenAI Auth type to "AzureIdentity" and provide a valid idenitty. **Expected...
OpenAIClient token authentication fails in AzureUSGovernment cloud. This appears to be due to the token scope being hardcoded to commercial. Possible cause: [OpenAIClient AudienceScopes](https://github.com/Azure/azure-sdk-for-net/blob/f04919fc23b35d3f73ffb6e7fc0d7378a8834ffb/sdk/openai/Azure.AI.OpenAI/src/Generated/OpenAIClient.cs#L22) [OpenAIClient AudienceScopes use](https://github.com/Azure/azure-sdk-for-net/blob/fcfcb1f546f29c23565f5e5b187d1abd3ed8c5d6/sdk/openai/Azure.AI.OpenAI/src/Custom/OpenAIClient.cs#L94) Error ``` Unauthorized....