BioID plugin#
Overview#
This plugin allows users to enroll their BioID facial biometrics.
Requirements#
- A Janssen server installation with Casa installed
- A BioID account. Register on the BioID site
- Application credentials from the BWS Portal. Please register an application against your account. You will need the app identifier, app secret, storage and partition.
Installation#
- Download the plugin jar.
- Log into Casa as an administrator, navigate to
Administration Console > Casa plugins
and add the plugin jar - Restart the casa service:
sudo systemctl restart jans-casa
- Using the TUI, enable the
agama
custom script - Still in the TUI, navigate to
Auth Server
>Clients
, open the details forClient for Casa
, and add the following redirect URI:https://<hostname>/jans-casa/pl/bioid-plugin/user/interlude.zul
. Replace<hostname>
with the hostname of your server, and save the client. - Run the following commands to generate the Agama flow file:
git clone --depth 1 --branch main --no-checkout https://github.com/JanssenProject/jans.git
cd jans/jans-casa/plugins/bioid/extras/agama
zip -r casa-bioid.gama ./*
casa-bioid.gama
file to the server, and deploy it using the TUI
1. Using the TUI, export the sample configuration, edit it according to the specification below and import it back in
Agama Configuration#
{
"io.jans.agama.bioid.enroll": {
"host": "https://<HOSTNAME>/jans-auth/fl/callback",
"endpoint": "https://bws.bioid.com/extension/",
"appIdentifier": "",
"appSecret": "",
"storage": "",
"partition": ""
}
}
host
: Replace<HOSTNAME>
with the hostname of your serverendpoint
: BioID API endpoint. Leave as defaultappIdentifier
: The app identifier string from BWS Portal - ConfigurationappSecret
: The app secret from BWS Portal - Configurationstorage
: Storage value from BWS Portal - Configurationpartition
: Partition value from BWS Portal - Configuration
How to use#
The plugin provides a user menu. When clicking the Click to Enroll
button, Casa launches the io.jans.agama.bioid.enroll
flow on the authorization server. This flow queries the BioID database for existing enrollments for the user. If the user has not enrolled, the flow presents the BWS GUI for enrollment. Upon success, the flow redirects back to a Casa landing page. Deletion of credentials is not supported as of now because Casa is unaware of enrollment status of a user.
Last update:
2024-08-29
Created: 2023-10-05
Created: 2023-10-05