Skip to content
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

Expose client capabilities in AssertionRequestOptions for MSI FIC scenarios #5140

Merged
merged 4 commits into from
Feb 14, 2025

Conversation

gladjohn
Copy link
Contributor

Fixes #4948

Changes proposed in this request
This pull request introduces new functionality to handle client capabilities in the Microsoft.Identity.Client library. The changes include updates to the AssertionRequestOptions class, modifications to the SignedAssertionDelegateClientCredential class to utilize these capabilities, and corresponding updates to the public API and unit tests.

New functionality for client capabilities:

Modifications to handle client capabilities:

Public API updates:

Unit tests:

Testing
unit tests

Performance impact
none

Documentation

  • All relevant documentation is updated.

@gladjohn gladjohn marked this pull request as ready for review February 12, 2025 21:31
@gladjohn gladjohn requested a review from a team as a code owner February 12, 2025 21:31
Copy link
Member

@trwalke trwalke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comments

Copy link
Member

@bgavrilMS bgavrilMS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claims are not propagated, but they should

@gladjohn gladjohn force-pushed the gladjohn/assertion_options branch from 92f81fe to 41e6d29 Compare February 13, 2025 18:46
@gladjohn gladjohn requested a review from bgavrilMS February 13, 2025 21:55
@gladjohn gladjohn merged commit 651b71c into main Feb 14, 2025
6 checks passed
@gladjohn gladjohn deleted the gladjohn/assertion_options branch February 14, 2025 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Expose client capabilities in AssertionRequestOptions for MSI FIC scenarios
4 participants