Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Releases: IdentityPython/oidc-op

v2.4.3

13 May 13:37
2f81e24

Choose a tag to compare

Release notes

  • Bumped version @rohe (#201)
  • To get things released that should have been in 2.4.2 but was overtaken by events.

v2.4.2

13 May 07:01
d9106be

Choose a tag to compare

Release notes

v2.4.1

04 Feb 15:45
11194bc

Choose a tag to compare

Release notes

What's Changed

Full Changelog: v2.3.5...v2.4.1

v2.4.0

01 Feb 14:22
8de3acf

Choose a tag to compare

Release notes

  • A number of bug fixes and new functionality @rohe (#182)
  • The configure parameter scopes_to_claims was not handled correctly. @rohe (#181)
  • An add_on that allows adding extra arguments to a response. @rohe (#175)
  • feat: added "OAuth 2.0 Authorization Server Issuer Identification" in README @peppelinux (#180)
  • Response might not be a Message instance. @rohe (#176)
  • Fixes the sub value to real value @kushaldas (#178)
  • Support both list and dict @nsklikas (#173)
  • Fix imports and config @FaceInTheCrowd (#172)

v2.3.4

18 Dec 11:58
c2e09be

Choose a tag to compare

Release notes

  • Only changing version identifier. @rohe (#169)

v2.3.3

17 Dec 10:50
dbdb81e

Choose a tag to compare

v2.3.2

15 Dec 09:36
6daef71

Choose a tag to compare

Release notes

  • Use configuration classes from oidcmsg. @rohe (#166)

v2.3.1

05 Dec 15:04
29d6f35

Choose a tag to compare

Release notes

Full Changelog: v2.3.0...v2.3.1

v2.3.0

22 Nov 17:53
fbc95ad

Choose a tag to compare

Release notes

Changes that this PR accomplish:

  • If response_type == id_token return userinfo that normally would be returned from the userinfo endpoint in the id_token.
  • Don't run parse_cookie twice. One after the other.
  • Allow for different claims release policies to be in effect simultaneously (typically id_token+userinfo).
  • Error response when response_mode == form_post not handled correctly. return_uri needed.
  • Use extra info in ValueError exception instance to return correct error code.
  • Allow endpoints to have their own request verification error handler.
  • Having session ID in ID Token instance simplifies things.
  • Finding the last issued token of a specific type is useful.
  • Should check if client session is revoked.
  • Revoked all grants issued to a user/client pair.
  • Merged the two ClaimsInterface versions.
  • Removed tests using method that was removed and incomplete test.
  • Client registration endpoint should return a 201 HTTP response code on successful registration.
  • Default token lifetime should not be 0 (zero). Changed to be 30 minutes (1800 seconds).
  • Authorization error response MUST contain 'state' if it is present in the request.
  • Check cookie age.
  • Revoke tokens that has been minted using a code that then is used once more.
  • prompt==login forces re-authentication.
  • prompt attribute is a list.
  • FAPI OP example project

Full Changelog: v2.2.1...v2.3.0

v2.2.1

27 Oct 09:28
ff3ce22

Choose a tag to compare

Release notes

  • v2.2.1 @peppelinux (#145)
  • fix Add claims by scope configuration option name @melanger (#143)
  • chore: warning message on unknown configuration params (f361dc5)
  • fix: session_params (8690a2b)
  • chore: unit tests speed up with default http timeout + warning on unknow conf param (0123d25 )

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

Morty Proxy This is a proxified and sanitized view of the page, visit original site.