Implementation Through URL Forwarding
Initial Steps
With this integration option, the biometric operation process is conducted entirely on the MobbID Gateway domain, outside the integrator client's corporate domain.
To implement this method, simply add a link to your HTML page that points to the gatewayUrl
, which is provided by the integrator client’s server.
Example Code
<a href="{{ gatewayUrl }}">Start Biometric Operation</a>
Key Details
- Process Flow
- When the user clicks the link, the
gatewayUrl
will open in a new browser tab. - The biometric operation process will then be initiated on the MobbID Gateway domain.
- When the user clicks the link, the
- Redirect URL
- At the end of the biometric operation, the user will be redirected to the
redirectUrl
, provided that the integrator client server has specified it during the configuration.
- At the end of the biometric operation, the user will be redirected to the
Result
This integration approach allows for a simple and effective implementation, ensuring the biometric operation is carried out securely and independently of the integrator client's domain.