MsalError.SSHCertUsedAsHttpHeader Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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