Skip to content

Releases: pingidentity/pf-authn-js-widget

Version 2.0.0

28 Jun 22:43
3b2802e
Compare
Choose a tag to compare

JavaScript Widget for the PingFederate Authentication API - Version 2.0.0

New features:

  • CAPTCHA and Risk Provider support.
  • Risk Provider implementations include:
    • Google reCAPTCHA v2 invisible
    • Google reCAPTCHA V3
    • PingOne Protect.
  • Removed the old reCAPTCHA V2 Invisible implementation.

bug fixes:

  • none

breaking changes:

The previous Google reCAPTCHA V2 implementation is deprecated and removed from the codebase. Please review the Upgrade from version 1 to version 2 document to perform an upgrade.

CDN URLs

Use the following URLs to include the latest v2 released version:
Use the following URLs to include version 2.0.0:

Full Changelog: v1.11.0...v2.0.0

Version 1.11.0

20 Jun 23:11
7a9d633
Compare
Choose a tag to compare

JavaScript Widget for the PingFederate Authentication API - Version 1.11

New features:

  • Cookieless support.
  • Support for SecurID approve flow with code selection feature.
  • Support SecurID, Token, and Approve methods for the RSA Authentication Manager integrated with the RSA Cloud Authentication Service (CAS).
  • Support PingOne MFA IK fido2 devices.
  • Support PingOne MFA IK device removal.
  • Support PingOne Protect IK 1.0

Bug fixes:

  • Device pairing for non-webauthn use cases.

Full Changelog: v1.10.0...v1.11.0

Version 1.10

16 Dec 18:43
750d3dc
Compare
Choose a tag to compare

JavaScript Widget for the PingFederate Authentication API - Version 1.10

  • Added PingOne MFA Integration Kit usernameless authentication flow support (biometrics)
  • Update browser compatibility documentation to include limitations around third-party cookies
  • Minor bug fixes

Version 1.9.0

08 Aug 20:39
3d60a50
Compare
Choose a tag to compare

JavaScript Widget for the PingFederate Authentication API - Version 1.9

BREAKING CHANGES

  • Not compatible with PingOne Verify Integration Kit 1.x.

Version 1.8.0

29 Jul 19:32
c5d2f89
Compare
Choose a tag to compare

JavaScript Widget for the PingFederate Authentication API - Version 1.8

  • Added support for OAuth 2.0 Device Authorization Grant.
  • Added support for Mobile Smart Credential Push authentication for Entrust IdP Adapter.
  • Added support for PingOne MFA authentication code-based flow.
  • Added support for PingOne MFA one-time device OTP authentication flow.
  • Fixed typescript definitions to use the correct interfaces.

Special thanks to logic01 for reporting #113.

Version 1.7.0

11 May 22:01
c2af4e4
Compare
Choose a tag to compare

JavaScript Widget for the PingFederate Authentication API - Version 1.7

BREAKING CHANGES

  • Dropped support for Node 12 as it has reached end of life.

Version 1.6.0

24 Sep 19:23
52b63fb
Compare
Choose a tag to compare

JavaScript Widget for the PingFederate Authentication API - Version 1.6

Version 1.5.0

02 Jul 20:09
3cb24f3
Compare
Choose a tag to compare

JavaScript Widget for the PingFederate Authentication API - Version 1.5

Version 1.4.0

02 Apr 20:52
2462166
Compare
Choose a tag to compare

JavaScript Widget for the PingFederate Authentication API - Version 1.4

Version 1.3.0

02 Feb 04:50
661d7b9
Compare
Choose a tag to compare

JavaScript Widget for the PingFederate Authentication API - Version 1.3

  • Added support for PingOne Verify to the Widget
  • Includes various bug fixes.