ClientCertificateAuthentication interface
The certificate authentication properties for the client.
Properties
allowed |
The list of thumbprints that are allowed during client authentication. This property is required only if the validationScheme is 'ThumbprintMatch'. |
validation |
The validation scheme used to authenticate the client. Default value is SubjectMatchesAuthenticationName. |
Property Details
allowedThumbprints
The list of thumbprints that are allowed during client authentication. This property is required only if the validationScheme is 'ThumbprintMatch'.
allowedThumbprints?: string[]
Property Value
string[]
validationScheme
The validation scheme used to authenticate the client. Default value is SubjectMatchesAuthenticationName.
validationScheme?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript