An example external policy hook for Cofide Credex.
The hook directory contains a simple Go-based webserver which can act as an external policy hook for Credex.
The hook/server.go file contains hookResponse and hookRequest type definitions that any Credex policy hook must satisfy, as well as an example SPIFFE mTLS setup for secure communication between Credex and the external hook.
For more information, see the Cofide Credex External Hooks documentation.