Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Version 3.0.4

Compare
Choose a tag to compare
@lovemaths lovemaths released this 09 Jan 20:13
· 108 commits to master since this release

OIDCStrategy

New features

  • added support for prompt, login_hint and domain_hint parameters
  • added tfp claim support for B2C
  • token validation clock skew is now configurable using clockSkew option
  • added thumbprint and privatePEMKey options for client assertion support.

BearerStrategy

  • token validation clock skew is now configurable using clockSkew option

Tests

  • added end to end automated tests for OIDCStrategy and BearerStrategy

Bug fixes

  • #231 Support client_asserton for OIDC auth flow
  • #245 Make clock skew configurable
  • #251 Multiple Audiences with Bearer Strategy
  • #254 passReqToCallback does not work with bearer strategy
  • #256 Support 'tfp' for B2C
  • #261 prompt,domain_hint and login_hint are missing in the query params sent to endpoint
  • #264 OIDC authentication fails when oauth token_type is 'bearer' and not 'Bearer'