This repository was 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_hintanddomain_hintparameters - added
tfpclaim support for B2C - token validation clock skew is now configurable using
clockSkewoption - added
thumbprintandprivatePEMKeyoptions for client assertion support.
BearerStrategy
- token validation clock skew is now configurable using
clockSkewoption
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'