Oidc Client Js Versions Save

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications

1.11.5

3 years ago

As part of this release we had 1 issue closed.

bug

  • #1305 metadataSeed improperly merged and returned

1.11.4

3 years ago

As part of this release we had 1 issue closed.

bug

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

1.11.3

3 years ago

As part of this release we had 1 issue closed.

bug

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

1.11.2

3 years ago

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

3 years ago

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 [email protected] contains vulnerability and should be upgraded

1.11.0

3 years ago

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. IdentityModel/oidc-client-js#892
  • #559 Adds retry behavior while fetching JWKS keys.

1.10.1

4 years ago

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

4 years ago

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

4 years ago

As part of this release we had 1 issue closed.

bug

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

1.7.0

4 years ago

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