MSAL client type
Confidential
Problem Statement
{
"private_key": "<private_key_pem_bytes>",
"thumbprint": "<sha1_thumbprint_hex_string>"
+ "thumbprint_sha256": "<sha2_thumbprint_hex_string>"
}
Spec is:
But anyway, so the spec would be
if only thumbprint is defined - use it
if only thumbprint_sha256 is defined - use it
if both are defined - use sha2 for AAD authorities (including b2c, ciam), use sha1 for ADFS and generic authorities
Proposed solution
No response