microsoft-authentication-library-for-dotnet
microsoft-authentication-library-for-dotnet copied to clipboard
[Feature Request] Expose client capabilities in AssertionRequestOptions for MSI FIC scenarios
MSAL client type
Managed identity
Problem statement
Update AssertionRequestOptions to handle client capabilities for MSI Federated Identity Credential (FIC) scenarios, ensuring that higher-level SDKs can pass capabilities to MSAL.
Proposed solution
We will introduce a new property ClientCapabilities
in the AssertionRequestOptions class to support the passing of capabilities during token acquisition.
Alternatives
No response