Breadcrumbs

JwtAuthenticationScheme

Summary

JWT Scheme for password less authentication in Niagara.


Implementation

  1. Open the btibAuth palette.

    image2021-4-12_12-1-34.png

  2. Drag and drop the scheme into Services → AuthenticationService → Authentication Schemes.

    image2021-4-12_12-2-31.png

  3. Double-click on the scheme and fill in the parameters.


 Properties

  • Token Signing Cert: The certificate key used for JWS signing.

  • Token Expiration : The time to live for a given token.

Actions

  • Initialize: Initialize the scheme and set up the Web Server.

  • Reset: Disable the JWT part from the web server.

  • Invalidate: Invalidate all tokens (use this action to instantly invalidate all already generated tokens).