Skip to content

Releases: IdentityPython/idpy-oidc

Token exchange client. Oauth2 AS Metadata endpoint

26 May 07:35
Compare
Choose a tag to compare

What's Changed

  • Rewrote Client/RP configuration handling by @rohe in #21
  • Bumped version by @rohe in #22

Full Changelog: 1.1.1...1.2.0

Configuration refactoring

22 May 07:43
Compare
Choose a tag to compare

Client configuration refactoring

Client configuration refactoring

22 May 07:10
d0466d4
Compare
Choose a tag to compare

Separated out metadata handling such that extension services now can handler their own.
Clearer demarkation between what's metadata (that the client can tell the provider about) and what's not.

v1.0.12

28 Apr 08:33
Compare
Choose a tag to compare

Release notes

  • initialize member variables and remove magic kids @jschlyter (#16)
  • Updated _unwrap_identity. @rohe (#15)
  • Encountering cookie or session ID error at the authorization endpoint will result in the user having to do a new authentication.
  • Allow the usage of FernetEncrypter in the CookieHandler.

v1.0.11

26 Apr 09:02
Compare
Choose a tag to compare

Release notes

  • updated the _unwrap_identity method

v1.0.10

21 Apr 09:52
Compare
Choose a tag to compare

Release notes

  • The fact that an endpoint knew in advance (through configuration and the applicable standards) was not used. Not it is !

v1.0.9

18 Apr 16:08
Compare
Choose a tag to compare

Release notes

v1.0.8

13 Apr 15:50
Compare
Choose a tag to compare

Release notes

  • To make sure I got everything that should have been in 1.0.7

v1.0.7

13 Apr 15:41
Compare
Choose a tag to compare

Release notes

  • use default random binary key for FernetEncrypter @jschlyter (#8)
  • changed to use special crypto configuration to get around the unit test speed problem.
  • Completed the move from Crypt to FernetEncrypter.

v1.0.6

08 Apr 10:08
Compare
Choose a tag to compare

Release notes

  • Refectored handling of client_authn_methods on the client side to be more like what it is on the server side.
  • Fixed some problems with single logout