Skip to content

[Feature Request] Add support for SHA256 certificate thumbprint similar to SHA1 #872

@bgavrilMS

Description

@bgavrilMS

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

Metadata

Metadata

Type

No type

Projects

Status

Blocked/Waiting for reply

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions