Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Releases: IdentityModel/oidc-client-js

1.11.5

17 Feb 15:53
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

bug

  • #1305 metadataSeed improperly merged and returned

1.11.4

13 Feb 17:46
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

bug

  • #1303 Revert "feat: merge openid-configuration and metdata"

1.11.3

30 Jan 19:20
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

bug

  • #1258 Fix #1256: AuthCode w/ PKCE not supported for popups

1.11.2

30 Jan 15:59
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

bugs

  • #1289 TS typings error in getToken for optional param
  • #1110 Typo in log message

1.11.1

30 Jan 00:17
Compare
Choose a tag to compare

As part of this release we had 5 issues closed.

bugs

  • #1286 fix: remove getEpochTime from OidcClientSettings
  • #726 SessionMonitor always causes warning when using Bluebird

enhancements

  • #1173 Bump to jsrsasign version to '^8.0.17'
  • #1068 feat: merge openid-configuration and metdata
  • #1061 Package crypto-js@3.1.9-1 contains vulnerability and should be upgraded

1.11.0

29 Jan 14:27
Compare
Choose a tag to compare

As part of this release we had 17 issues closed.

bugs

  • #1240 fixed a bug with Iframe width and height
  • #1238 Keep existing id_token if not in token result
  • #1189 Fix UserManager.signoutCallback typing
  • #1071 Properly decode plus character in URLS
  • #977 Minor fix in readSignoutResponseState
  • #925 Remove the check for "inside a frame"
  • #861 Problem merging claims when array with JSON

enhancements

  • #1272 Add MetadataService.resetSigningKeys() type
  • #1269 Add UserSignedIn hooks to UserManagerEvents type
  • #1260 fix:Add optional to MetadataService.getTokenEndpoint in inde…
  • #1229 add optional refresh_token to SigninResponse
  • #1223 Add defensive checks in IFrameWindow.js callback
  • #1204 Render invisible iframes for silentRenew on Firefox
  • #1203 🏷️ fix: Add types for UserInfoService
  • #1129 Upgrade core-js package on last 3.* version
  • #1060 Add client_secret_basic auth exchangeCode Method. #892
  • #559 Adds retry behavior while fetching JWKS keys.

1.10.1

18 Dec 18:17
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

bugs

  • #1017 New TypeScript typings don't allow optionless UserManager
  • #1015 v1.10.0 Build on TypeScript 2.9.2 Reporting Error TS1039

1.10.0

18 Dec 18:10
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

bug

  • #954 fix: Angular 8 build error:

enhancement

  • #980 Please allow extraTokenParams to be configured via OidcClient settings

1.9.1

18 Dec 18:09
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

bug

  • #931 "TypeError: Cannot read property 'id' of undefined" in validateSignoutResponse

1.7.0

18 Dec 18:09
Compare
Choose a tag to compare

As part of this release we had 11 issues closed.

bugs

  • #755 Fixes typo on 'required' parameter when calling '_revokeAccessTokenInternal()'
  • #754 Fix _mergeClaims to prevent duplication of claims
  • #734 remove duplicate dependency
  • #720 add npm natives module to devDependencies to fix gulp build fail

enhancements

  • #769 Enhancement/random supports window.crypto
  • #747 Fix User definition (index.d.ts)
  • #738 Added support for extraQueryParams in the Single Logout url
  • #735 Fully qualify import paths
  • #714 fix: window is not defined
  • #676 Removed check for window.parent in notifyParent
  • #636 Add UserInfo JWT response support