[Supportability Bug] Deprecate ClientAssertion(string) as it leads to assertion expiration issues #819
Labels
confidential-client
For issues related to confidential client apps
SDK-Consistency
Items that deal with consistency between all MSALs
Supportability
For issues related to improving the customer support experience
MSAL client type
Confidential
Problem Statement
Creating a client assertion with just a String can easily lead to expiration issues.
Proposed solution
Deprecate the option to use a String, and instead recommend the callback option. This is also planned for other MSALs:
AzureAD/microsoft-authentication-library-for-dotnet#4775
AzureAD/microsoft-authentication-library-for-js#7118
AzureAD/microsoft-authentication-library-for-python#705
Alternatives
No response
The text was updated successfully, but these errors were encountered: