Add caller-provided key AT PoP sample - #95
Open
Antonio Alwan (antonioalwan) wants to merge 2 commits into
Open
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4ae3e7a9-cf2c-454e-bca1-4faf9e9449b3
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
Adds an iOS sample for acquiring Access Token Proof-of-Possession tokens with a caller-provided RSA key pair. The sample creates or loads a persistent RSA key from Keychain, passes it to MSAL through
MSALExternalKeyPair, and demonstrates interactive and silent token acquisition.Key changes
ExternalPopKeyStoreto create, persist, and reload the caller-owned RSA key pair.MSALAuthenticationSchemePopwith the external key pair and the SHR validation endpoint.devbranch so the sample follows the current development API.Does this introduce a breaking change?
Pull Request Type
Dependencies
Both dependency PRs are merged. The sample resolves MSAL from the
devbranch.How to validate
pod install.MSALiOSscheme.What to check