Skip to content

Releases: IdentityPython/idpy-oidc

Maintenance release

15 Sep 08:35
Compare
Choose a tag to compare

Changes made obvious from working with OpenID Federation and OpenID4vci implementations.

Version 4.1.0

26 Apr 07:11
ae942d4
Compare
Choose a tag to compare

Made use of upstream_get more consistent

Ver4.0.0

27 Feb 11:17
Compare
Choose a tag to compare

Many small changes

17 Dec 09:05
3690e6b
Compare
Choose a tag to compare

Working on OpenID4vci and OpenID Federation displayed some shortcomings in idpy-oidc this release fixes those.

v2.1.0

18 Jul 08:03
869068c
Compare
Choose a tag to compare

Release notes

  • Stand alone client @rohe (#70)
  • Option for audience restriction enforcement @ctriant (#66)
  • Add fixes on PKCE and client_authn @ctriant (#65)
  • Made a directory with scripts that display idpyoidc functionality @rohe (#64)

2.0.0

05 May 07:54
c6b7f5c
Compare
Choose a tag to compare

Release notes

  • Ignore PKCE for client credentials grant @ctriant (#62)
  • Introduce userinfo policy @ctriant (#51)
  • Replace the name callable with function. @rohe (#61)
  • Support code_challenge_methods_supported @ctriant (#55)
  • Fix refresh grant on access token helper after fedservice @ctriant (#60)
  • Fix scopes_handler after fedservice refactor @ctriant (#59)
  • Fix registration after fedservice refactor @ctriant (#57)
  • Enforce aud restrictions @ctriant (#52)
  • Added support for the flows Resource Owner Password Credentials and Client Credentials @rohe (#58)
  • Fedservice @rohe (#54)
  • Fix SessionManager constructor call @ctriant (#42)
  • Introduce various token exchange enhancements @ctriant (#48)
  • Various client authentication related fixes @ctriant (#49)
  • Make token.JWTToken use RFC9068 as model for payload. @rohe (#45)
  • fix: default extended configuration, removed warning @peppelinux (#46)
  • Properly handle expired tokens on introspection endpoint @ctriant (#47)
  • Removed the parameter 'lev' in serialization/deserialization functions/methods @rohe (#50)
  • Fix bug related to the control of claims in tokens @ctriant (#44)

Full Changelog: v1.4.0...v2.0.0

Catch up

19 Jan 14:34
Compare
Choose a tag to compare

Added unmerged changes

Maintenance release

19 Jan 09:56
Compare
Choose a tag to compare

Release notes

  • Introduce resource indicators @ctriant (#40)
  • Grant manager 2 @rohe (#38)
  • Default request arguments should be part of the service specific configuration @rohe (#36)
  • Defined DEFAULT_REQUESTED_TOKEN_TYPE. @rohe (#35)

1.2.2

03 Jun 15:14
44f78f5
Compare
Choose a tag to compare

Replaced urlsafe_b64encode with b64_encode.

1.2.1

03 Jun 07:28
Compare
Choose a tag to compare

Release notes

  • Removed quote_plus from ClientSecretBasic credential creation. @rohe (#26)
  • Fix parsing of Basic HTTP Authentication Scheme on the OP side @c00kiemon5ter (#25)
  • Token exchange client @rohe (#23)