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