-
Notifications
You must be signed in to change notification settings - Fork 255
Add token binding #3622
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
Merged
Merged
Add token binding #3622
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
f97d2b2
Implement mTLS HTTP client factory
77bbd55
Implement authorization header provider for token with binding certif…
869484f
Add unit tests for downstream API changes
d2cf9af
Add token binding to token acquisition flow
bd33d88
Merge branch 'master' into iepoly/add-token-binding-scenario
16fe5a9
Update src/Microsoft.Identity.Web.DownstreamApi/DownstreamApi.cs
cpp11nullptr d8bcba1
Update src/Microsoft.Identity.Web.DownstreamApi/DownstreamApi.cs
cpp11nullptr 5591d8d
Commit changes after code review comments
50e38f3
Merge branch 'iepoly/add-token-binding-scenario' of https://github.co…
d33b389
Exclude net462 from condition for SUPPORTS_MTLS
323f1db
Merge branch 'master' into iepoly/add-token-binding-scenario
6377bcf
Apply suggestions from code review
cpp11nullptr b316bd2
Set token binding flow through token acquisition extra parameters
b814843
Merge branch 'iepoly/add-token-binding-scenario' of https://github.co…
3351aaa
Fix typo in comment
817d593
Merge branch 'master' into iepoly/add-token-binding-scenario
7917c69
Update unit tests
672346b
Add E2E test for token acquirer
becef8a
Add mTLS PoP client and web API samples
1a475f4
Use AuthenticationOptionsName for enabling token binding flow during …
de0b580
Merge remote-tracking branch 'origin/master' into iepoly/add-token-bi…
97e0126
Update outdated test
661e88c
Don't dispose HTTP client managed by HTTP client factory
49fe240
Make mTLS HTTL client factory thread safe and prevent resource leak
eb5d369
Use read-write lock for mTLS HTTP client factory
7aa4242
Merge branch 'master' into iepoly/add-token-binding
cpp11nullptr f36b969
Pass token binding sentinel to token acquisition through extra parame…
bfb7820
Merge branch 'iepoly/add-token-binding' of https://github.com/AzureAD…
3c31632
Use upgradble read lock for mTLS PoP HTTP client factory
3499436
Add protocol schema check for token acquirer
3a43b1b
Use pre-boxed boolean and update stale tests
ba2cdd3
Use updated IBoundAuthorizationHeaderProvider interface
9187a30
Remove isTokenBinding property from MergedOptions
0bf9cb4
Use JsonWebToken instead of manual parsing in tests
bf958da
Merge branch 'master' into iepoly/add-token-binding
cpp11nullptr 9a7e25c
Fix naming for private static member
e257de9
Merge branch 'iepoly/add-token-binding' of https://github.com/AzureAD…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.