Skip to content

client-certificate-auth API Reference


client-certificate-auth API Reference / helpers / allowOU

Function: allowOU()

allowOU(ous): ValidationCallback

Defined in: helpers.d.ts:62

Create a validation callback that allows certificates with matching Organizational Units.

Parameters

ous

string[]

Allowed Organizational Units

Returns

ValidationCallback

Released under the MIT License.