Skip to main content

ConfigurationValidation

Provides information about the presented credentials should be validated

input ConfigurationValidation {
allowRevoked: Boolean
faceCheck: FaceCheckValidationInput
validateLinkedDomain: Boolean
}

Fields

ConfigurationValidation.allowRevoked ● Boolean scalar

Determines if a revoked credential should be accepted. Default is false (it shouldn't be accepted).

ConfigurationValidation.faceCheck ● FaceCheckValidationInput input

Determines whether face check validation should be performed for this credential and provides optional settings. If wish to perform face check validation using default settings, set this field to an empty object.

ConfigurationValidation.validateLinkedDomain ● Boolean scalar

Determines if the linked domain should be validated. Default is false. Setting this flag to false means you as a Relying Party application accept credentials from unverified linked domain. Setting this flag to true means the linked domain will be validated and only verified domains will be accepted.

Member Of

RequestConfiguration input