Advanced Features
FaceLiveness Reverse Proxy
Proxy URL: Set your proxy to communicate with
wss://us.rp.secure.iproov.me/ws
.Use the
.setLivenessBaseUrl
method to configure the FaceLiveness URL. The protocol must be WSS.Use
.setCertificates
to define the required Base64 encoded SHA256 hash certificates.
Example
Authentication Reverse Proxy
Proxy URL: Set your proxy to communicate with the relevant CAFStage URL:
PROD:
https://api.public.caf.io/
BETA:
https://api.public.beta.caf.io/
DEV:
https://api.public.dev.caf.io/
Use
.setAuthBaseUrl
to specify the URL for authentication.
Example
Last updated