Policies
Verifier 2 introduces a fully parallelized validation process:
- Credential (VC) validation
- Presentation (VP) validation
- Specific VC-Type Policies (if configured)
Instead of sequential execution, VC-, VP-, and type-specific policies are executed concurrently, significantly improving performance for multi-credential presentations.
Each of them can be defined in the policies object as shown below:
"policies": {
"vp_policies": [...],
"vc_policies": [...],
"vc_type_policies": {
"VerifiableID": [...],
"BankStatementCredential": [...]
}
}
Learn more about the policy configuration here.
Last updated on December 3, 2025
