mTLS Auth
Authenticate requests based on the mTLS protocol
Paid Add On
This policy is only available as a paid add-on. If you would like to try this please reach out to us: sales@zuplo.com
Configuration
The configuration shows how to configure the policy in the 'policies.json' document.
config/policies.json
{
"name": "my-mtls-auth-inbound-policy",
"policyType": "mtls-auth-inbound",
"handler": {
"export": "MTLSAuthInbound",
"module": "$import(@zuplo/runtime)",
"options": {}
}
}
Read more about how policies work