Web Integration
Documentation for Integrating with Smile ID on the Web
Last updated
Was this helpful?
Documentation for Integrating with Smile ID on the Web
Last updated
Was this helpful?
The web Integration Widget is a client-side component that your web site or web application can use to have your users verify their identity with Smile ID. The web integration widget is a hosted solution and handles the image capture, user consent, job submission and error handling for the product you are want to run.
Set up a callback endpoint
Choose a Server to Server Library
Create an endpoint for the web token
Install the Web Integration
Use the Web Integration
All jobs using the Web Integration are asynchronous. As such, having a Callback Endpoint in your Server is important.
Here's our guide on how to .
We currently have in the following languages / run-times.
In this documentation, our code samples will use the NodeJS Server to Server library.
Using your chosen Server to Server library, create an endpoint for fetching a token.
This is our sample NodeJS script that uses our NodeJS Server-to-Server library.
This is all the Server-Side configuration needed for the Web Integration.
Read more in the page
Read more in the page