microsoft / botbuilder-dotnet

Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
https://github.com/Microsoft/botframework
MIT License
878 stars 484 forks source link

fix: [#6861]TeamsSSOTokenExchangeMiddleware.DeduplicatedTokenExchangeIdAsync fails on BlobStorage ETag validation #6867

Open JhontSouth opened 1 week ago

JhontSouth commented 1 week ago

Fixes #6861

Description

This PR adds the 412 error capture of the BlobsStorage to be handled by TeamsSSOTokenExchangeMiddleware.

Specific Changes

Testing

The following image shows the error being captured. image