Git Product home page Git Product logo

Comments (1)

a-bronx avatar a-bronx commented on June 25, 2024 1

To see documentation with correct links, open it from GitHub Pages, not from the raw Markdown files in the repo.

The service endpoint is one of DigitalPersona Access Management Web Services (DPAM WS) endpoints, providing corresponding APIs. You need DPAM WS installed and properly configured. The @digitalpersona/authentication uses DPAM WS to communicate with DigitalPersona Authentication Server (which is a Win32 service running on AD domain controller) via HTTP.

NOTE: If you do not use DigitalPersona Authentication Server (AD or LDS), you cannot use DPAM WS and, correspondingly, you cannot use the @digitalpersona/authentication library. In this case you'll need to implement your own biometric authentication service, which will do its own fingerprint enrollment/matching using samples collected by the @digitalpersona/devices.

For authentication you need to provide a URL to a Web Authentication Service (WAS), typically it is in a form https://<your web access management host>/DPWebAUTH/DPWebAUTHService.svc.

BTW, the piece of code cited is not quite correct: the input parameter for the FingerprintAuth constructor should be not a URL, but a IAuthService instance, which is a thin DPWebAUTH client wrapper from the @digitalpersona/services dependency. The endpoint URL is a parameter of the AuthService constructor.

You can see a correct example of endpoint configuration and usage in the sample:

from digitalpersona-authentication.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.