Playground biometrics demo BioID home page

Useful Tools for BWS

BWS CLI

This is a simple BWS command-line interface that can be used to easily test BWS 3 installations.

For Linux

bws.tar.gz

For Windows

bws.zip

JSON Web Tokens - JWT

JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. You can download our JWT tools for creating JSON Web Tokens to authenticate at various BWS 3 services:

  • BWS Management API: Use your username as subject and your personal API key as signing key (you find this information in the BWS Portal with your user profile)
  • BWS 3 Client: Use the desired client-ID as subject and one of the client keys associated with this client as signing key (you find this information in the BWS Portal with your BWS 3 client)
For Linux

jwt.tar.gz

For Windows

jwt.zip

Scripting for BWS-OnPrem

In order to renew the license of your BWS On-Premises installation you can use the following scripts. To generate the JSON Web Token for authentication, these scripts use the JWT tool below.

For Linux (Bash script)

renew-bws-license.sh

For Windows (PowerShell script)

renew-bws-license.ps1