Skip to content

Releases: jumbojett/OpenID-Connect-PHP

v1.0.2

13 Sep 07:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

05 Sep 18:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

1.0.0

13 Dec 12:02
Compare
Choose a tag to compare
v1.0.0

release: 1.0.0

v0.9.10

30 Sep 12:36
Compare
Choose a tag to compare

Fixed

  • private_key_jwt and client_secret_jwt need to explicitly be enabled #331

v0.9.9

28 Sep 07:35
Compare
Choose a tag to compare

Added

  • Added support for back-channel logout. #302
  • Added support for private_key_jwt Client Authentication method #322

Fixed

  • Harden self-signed JWK header usage. #323

v0.9.8

05 Aug 13:50
Compare
Choose a tag to compare

Fixed

  • Do not use PKCE if IdP does not support it. #317

v0.9.7

13 Jul 10:49
Compare
Choose a tag to compare

Added

  • Support for Self-Contained JWTs. #308
  • Support for RFC8693 Token Exchange Request. #275

Fixed

  • PHP 5.4 compatibility. #304
  • Use session_status(). #306

v0.9.6

08 May 13:29
Compare
Choose a tag to compare

Added

  • Support for phpseclib/phpseclib version 3. #260
  • Support client_secret on token endpoint with PKCE. #293
  • Added new parameter to requestTokens() to pass custom HTTP headers #297

Changed

  • Allow serializing OpenIDConnectClient using serialize() #295

v0.9.5

24 Nov 16:14
14991f7
Compare
Choose a tag to compare

Changed

  • signOut() Method parameter $accessToken -> $idToken to prevent confusion about access and id tokens usage. #127
  • Fixed issue where missing nonce within the claims was causing an exception. #280

v0.9.4

21 Nov 17:39
Compare
Choose a tag to compare

Added

  • Enabled client_secret_basic authentication on refreshToken() #215
  • Basic auth support for requestResourceOwnerToken #271