This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
Version 3.0.4
OIDCStrategy
New features
- added support for
prompt
,login_hint
anddomain_hint
parameters - added
tfp
claim support for B2C - token validation clock skew is now configurable using
clockSkew
option - added
thumbprint
andprivatePEMKey
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'