-
Notifications
You must be signed in to change notification settings - Fork 6
Rename IAuthorizationHeaderBoundProvider to IAuthorizationHeaderProvider2 #228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…der1 Co-authored-by: jmprieur <[email protected]>
jmprieur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…ationHeaderProvider2 Co-authored-by: jmprieur <[email protected]>
... Done! Updated the interface name to |
jmprieur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks copilot
The interface
IAuthorizationHeaderBoundProviderwas originally named for bound token scenarios but has expanded beyond that scope. Renaming toIAuthorizationHeaderProvider2better reflects its generalized purpose.Description
Interface renamed:
IAuthorizationHeaderBoundProvider→IAuthorizationHeaderProvider2src/Microsoft.Identity.Abstractions/DownstreamApi/IAuthorizationHeaderBoundProvider.cs→IAuthorizationHeaderProvider2.csPublic API surface updated across all target frameworks:
PublicAPI.Unshipped.txtfiles for net462, net8.0, net9.0, net10.0, netstandard2.0, netstandard2.1Documentation updated:
Breaking Change
This is an API-breaking change for version 9.6. Safe to apply as the feature was never released.
Fixes #227
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.