AzureAD / microsoft-authentication-library-for-dotnet

Microsoft Authentication Library (MSAL) for .NET
https://aka.ms/msal-net
MIT License
1.39k stars 342 forks source link

[Feature Request] Make AssertionRequestOptions testable #4780

Closed bgavrilMS closed 4 months ago

bgavrilMS commented 4 months ago

MSAL client type

Confidential

Problem statement

AssertionRequestOptions / WIthClientAssertion(FUNC) is not testable because the properties on AssertionRequestOptions are not settable.

Proposed solution

All data objects should have setters or ctor.

Alternatives

No response