-
Notifications
You must be signed in to change notification settings - Fork 105
Implement mTLS Proof-of-Possession (mTLS PoP) token acquisition #610
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
Open
Robbie-Microsoft
wants to merge
28
commits into
main
Choose a base branch
from
rginsburg/mtls_pop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
8286674
feat: implement mTLS Proof of Possession (RFC 8705)
Robbie-Microsoft f155d38
fix(mtls-pop): bug fixes for Path 2 + attestation DLL integration
Robbie-Microsoft f32bad4
docs(mtls-pop): fix error messages, add attestation step, Trusted Lau…
Robbie-Microsoft 4771229
fix(mtls-pop): use Software KSP + VBS Virtual Isolation flags for Key…
Robbie-Microsoft 3aa63c5
security: remove private key + PFX from git; add to .gitignore
Robbie-Microsoft c93bfde
managedidentity: MSAL.NET key provider parity - USER scope + 3-level …
Robbie-Microsoft c39c0b5
Fix CSR generation to match MSAL.NET Csr.Generate() exactly
Robbie-Microsoft f5544f8
Switch Path 2 test resource to graph.microsoft.com
Robbie-Microsoft 12fdf2d
Fix cngSigner.Sign to support RSA-PSS padding for CSR generation
Robbie-Microsoft 6c46c76
Fix mTLS PoP token cache: use MtlsPopAuthenticationScheme for cache k…
Robbie-Microsoft 10091cd
docs: update mTLS PoP docs for accuracy post-implementation
Robbie-Microsoft ab2d8de
test: replace hardcoded tenant GUID with env var in path1 error cases
Robbie-Microsoft 4a62eaa
refactor: extract mTLS setup into helpers to reduce cognitive complexity
Robbie-Microsoft d451298
fix: guard against integer overflow in CSR allocation (CodeQL)
Robbie-Microsoft c6ec2ae
refactor: deduplicate JWT decode helper across test drivers
Robbie-Microsoft f0f1243
refactor: eliminate remaining code duplication flagged by SonarCloud
Robbie-Microsoft 2f0ea83
feat: expose BindingTLSCertificate on AuthResult for Path 2 downstrea…
Robbie-Microsoft 15e4cf0
docs: update downstream call examples and Path 2 expected results
Robbie-Microsoft 98ae986
fix: address SonarCloud findings (constants, complexity, SHA1 comment)
Robbie-Microsoft 6e7e8c2
fix: address SonarCloud round 3 findings
Robbie-Microsoft 06ba7b0
fix: suppress SonarCloud security hotspots for IMDS hardcoded IP
Robbie-Microsoft 0842f66
docs: add mTLS PoP deep-dive architecture documentation
Robbie-Microsoft 4300c58
docs: move regional mTLS endpoint info under Path 1; fix DLL note
Robbie-Microsoft d52da8b
docs: explain why AttestationClientLib.dll is not bundled in msal-go
Robbie-Microsoft 2f1449a
docs: simplify DLL bundling explanation — purely a Go module limitation
Robbie-Microsoft 925ee85
docs: explain DLL bundling limitation and how to obtain AttestationCl…
Robbie-Microsoft d00c07b
docs: move architecture diagram to architecture doc as Mermaid, remov…
Robbie-Microsoft af31687
Update cross-SDK comparison table: add msal-java row, rename section
Robbie-Microsoft 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.
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.
can we have two PRs - one for SNI and one for MSI