Skip to content

Releases: ForgeRock/forgerock-javascript-sdk

@forgerock/token-vault@4.2.1

11 Mar 18:58
60e6ffb

Choose a tag to compare

Patch Changes

  • #580 d319384 Thanks @ryanbas21! - fix(security): replace substring URL matching with strict equality in evaluateUrlForInterception to prevent URL allow-list bypass via query parameter injection

  • Updated dependencies [03135cf, 1fb1e57, 1253482]:

    • @forgerock/javascript-sdk@4.9.0

Security: - Proxy config declaring URLs is now required and will be used to generate an allow list of origins to check again prior to fowarding a request.

@forgerock/ping-protect@4.7.0

11 Mar 18:58
60e6ffb

Choose a tag to compare

Minor Changes

Patch Changes

  • #575 8ccfef4 Thanks @ryanbas21! - fixes the type of the options param in PIProtect.start so it better aligns with output from PingOneProtectInitializeCallback.getConfig() as defined in javascript-sdk (importantly it no longer expects _type and _action fields)

  • Updated dependencies [03135cf, 1fb1e57, 1253482]:

    • @forgerock/javascript-sdk@4.9.0

@forgerock/javascript-sdk@4.9.0

11 Mar 18:58
60e6ffb

Choose a tag to compare

Minor Changes

Patch Changes

  • #577 1fb1e57 Thanks @thomas-schofield-fr! - WebAuthn improvements

    • Fix parsing of WebAuthn scripts when asScript is true
    • Improve handling when conditional mediation is not supported
    • Enable re-invocation of WebAuthn requests
    • Enable modification of options passed to navigator.credentials.get()

@forgerock/ping-protect@4.6.2

02 Dec 21:17
39c74ed

Choose a tag to compare

Patch Changes

@forgerock/javascript-sdk@4.8.3

02 Dec 21:17
39c74ed

Choose a tag to compare

Patch Changes

@forgerock/ping-protect@4.6.1

30 Jun 20:34
f181778

Choose a tag to compare

@forgerock/javascript-sdk@4.8.2

24 Jun 19:28
5ddbab1

Choose a tag to compare

@forgerock/javascript-sdk@4.8.1 Latest

Patch Changes
#544 58360de Thanks @ryanbas21! - Fix condition for determining session endpoint request for terminating session in AIC/AM

[Fixing bad release of 4.8.1]

@forgerock/javascript-sdk@4.8.1

24 Jun 19:16
5ddbab1

Choose a tag to compare

Patch Changes

  • #544 58360de Thanks @ryanbas21! - Fix condition for determining session endpoint request for terminating session in AIC/AM

@forgerock/javascript-sdk@4.8.0

06 May 20:19
ec639cb

Choose a tag to compare

Minor Changes

  • #535 a5daf4c Thanks @cerebrl! - Add new PingOne signoff, remove unneeded /session call, add flag to skip background request for iframe

  • #537 fc00259 Thanks @cerebrl! - Add feature to provide JSON outcome response to callback if requested

@forgerock/javascript-sdk@4.7.0

10 Feb 16:35
f890af3

Choose a tag to compare

Minor Changes

Patch Changes

  • #527 5119dc0 Thanks @cerebrl! - In order to display a more user-friendly name when saving a WebAuthn/Passkey device to an account, we prioritized displayName over userName for assignment to the name property of the WebAuthn options object. This avoids the display of UUIDs for saved credentials.