MsalError.SSHCertUsedAsHttpHeader Field

Definition

What happens?

You have configured MSAL to request SSH certificates from AAD, and you are trying to format an HTTP authentication header.

Mitigation

SSH certificates should not used as Bearer tokens. Developers are responsible for sending the certificates to the target machines.
public const string SSHCertUsedAsHttpHeader;
val mutable SSHCertUsedAsHttpHeader : string
Public Const SSHCertUsedAsHttpHeader As String 

Field Value

Applies to