This is the privacyIDEA Credential Provider, which adds a second factor of authentication at Windows Desktop or Server login. Authentication is performed against the privacyIDEA Authentication System.
The Credential Provider communicates with the privacyIDEA authentication system via REST API.
privacyIDEA is an open source two factor authentication system.
https://github.com/privacyidea/privacyidea
If you just want to test the software, an MSI is available in the release section as well as a test subscription.
For Enterprise Support or an extended Subscription please check https://netknights.it/en/produkte/privacyidea-credential-provider/
The documentation can be found in /doc
.
This project requires json.hpp from https://github.com/nlohmann/json, put it in CppClient/nlohmann/json.hpp
.
It also requires libfido2 for Windows >v1.14 (https://developers.yubico.com/libfido2/Releases/) to be in the SolutionDir (or adjust the include settings). Supports libfido2 with PCSC enabled.
To build the installer, the VC143 merge modules are required to be in lib/merge
.