@natlibfi/passport-keycloak

2.1.0-alpha.1 • Public • Published

Passport strategy for Keycloak JWT

Passport strategy for Keycloak JWT. This module has the following features:

  • Written in modern day Javascript/ECMAscript
  • Supports HTTP Bearer authentication using Keycloak JWT as bearer tokens
  • Verifies token locally (i.e. does not use network calls to introspect endpoint, public keys are fetched from jwks endpoint and cached after first use)

Strategies

This module provides the following Passport strategies.

Bearer

HTTP Bearer authentication works by using the token generated after signing in to Keycloak for gaining access to the defined resources.

Does not allow configuration for ignoring token expiration.

Usage

ES modules

import {KeycloakStrategy} from '@natlibfi/passport-keycloak'

Configuration

Configuration of the strategy needs to be passed to the class constructor as object.

  • algorithms (required): Algorithm for decoding jwt
  • audience (required): Audience of jwt
  • issuer (required): Issuer of jwt
  • jwksUrl (required): JWKS url to fetch public keys from

License and copyright

Copyright (c) 2023 University Of Helsinki (The National Library Of Finland)

This project's source code is licensed under the terms of MIT license

Readme

Keywords

none

Package Sidebar

Install

npm i @natlibfi/passport-keycloak

Weekly Downloads

87

Version

2.1.0-alpha.1

License

MIT

Unpacked Size

159 kB

Total Files

21

Last publish

Collaborators

  • natlibfi-jonollil
  • drone-melinda