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
872 stars 479 forks source link

Update JwtTokenExtractor.cs #6685

Closed xieofxie closed 1 year ago

xieofxie commented 1 year ago

Fixes #

minor

Description

Use the used signing key's id instead of kid in header to check endorsement

Specific Changes

Testing

ceciliaavila commented 1 year ago

Hi @xieofxie, could you explain the reason for this change? Also, there's a failing unit test that will have to be updated. Thanks. image

xieofxie commented 1 year ago

@ceciliaavila I have updated the test~