docs: MSI v2 mTLS PoP — cross-language design, constraints, and SDK guidance#5936
Open
docs: MSI v2 mTLS PoP — cross-language design, constraints, and SDK guidance#5936
Conversation
Document the design and constraints of MSI v2 mTLS Proof-of-Possession across different programming languages, including implementation details and challenges.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a unified design document for MSI v2 mTLS Proof-of-Possession (PoP) across MSAL languages, capturing platform/key constraints, current language status (.NET delivered, Python POCs), and the shared HTTP transport customization challenge for higher-level SDKs.
Changes:
- Introduces a cross-language overview of X.509/key storage tiers and TLS stack constraints (SChannel vs OpenSSL-like stacks).
- Documents current implementation/POC status for .NET and Python and outlines considerations for Java/Node/Go.
- Describes the .NET
IMsalMtlsHttpClientFactoryapproach and calls out remaining SDK integration gaps.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Unified design document covering MSI v2 mTLS PoP across all MSAL languages.
Consolidates findings from .NET (delivered), Python (two POC approaches),
and lays out the open questions for Java, Node, and Go.
What's covered
X.509 certificate and key constraints
Language status
WinHTTP/SChannel ctypes bridge, mtls_http_request() helper
exportable software key, standard requests library, cross-platform
HTTP transport customization for higher-level SDKs
(PR docs: Guidance for SDKs consuming MSAL — HttpClient factory with mTLS PoP #5935)