i am working with AEPS service for mantra,morpho and secuGen
i need to find script code to work pls help me where to find in javascript
i am working with AEPS service for mantra,morpho and secuGen
i need to find script code to work pls help me where to find in javascript
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Chris LovePosted Jul 13, 2023, 2:18 PM
You need to use the WebAuthn API.
Okta has a short video to introduce the concept.
https://youtu.be/d18xx_OJJ7U
Praveen MishraPosted Jul 13, 2023, 7:39 AM
Here are the general steps involved in accessing fingerprint data from AEPS services:
Obtain the SDKs: Visit the official websites of Morpho and SecuGen or contact their support to obtain the necessary SDKs for your chosen programming language (C/C++, Java, .NET).
Install the SDKs: Follow the installation instructions provided by the SDK documentation to install the necessary libraries and components on your development machine.
Integrate the SDKs with your web application: If you want to use JavaScript, you can explore options like ActiveX controls or browser plugins to interact with the fingerprint device SDKs. These technologies allow you to create a bridge between the web application and the device-specific SDKs.
Develop the logic for fingerprint capture: Use the functions and methods provided by the SDK to capture the fingerprint data from the connected device. This typically involves initializing the device, capturing the fingerprint image, and extracting the relevant fingerprint data.
Process and transmit the fingerprint data: Once you have captured the fingerprint data, you can process it as per your application requirements. This may involve encryption, formatting, or sending the data to the AEPS service for further authentication or verification.