Dynamic/Custom Policies
Last updated
Was this helpful?
Last updated
Was this helpful?
SSI Kit supports custom policies, written in any of the supported policy engine languages. A dynamic policy can either be executed on the fly (if all required parameters are provided) or saved under a specific name for later reference in the verify command or REST API.
Note: To use dynamic policies with Open Policy Agent, setup of the OPA Engine is required. Refer to the for more details.
- Learn how to create a dynamic policy via CLI or REST
- Learn how to verify a VC using a dynamic policy via CLI or REST
- Learn how to remove a dynamic policy via CLI or REST
- Examine data classes used internally.