Releases: UniversitaDellaCalabria/SATOSA-oidcop
Releases · UniversitaDellaCalabria/SATOSA-oidcop
0.4.6
v0.4.5
Release notes
- fix: introspection endpoint added client_db loader (#5 )
- chore: added additional memory cleanup in unit tests for safety
- tests: added userinfo and introspection endpoint checks after implicit flow
- chore: example configuration cleanup
Full Changelog: v0.4.4...v0.4.5
special thanks to @melanger for this release!
0.4.4
0.4.3
First release
- provider discovery
- jwks uri
- authorization
- token
- userinfo
- registration
- registration_read endpoint
- introspection endpoint (IdentityPython/SATOSA@473310f)
Roadmap
- unit tests
- pytest mongo mock
- test response_type = "code id_token token" (IdentityPython/SATOSA@a61dc99)
- auto prune expired sessions with mongodb index (IdentityPython/SATOSA@137993f, mongo index)
- token refresh (IdentityPython/SATOSA@59c0a53)
-
rfc7523 - private_key_jwt test> a RP cannot reach the token endpoint if a user have not passed by authz endpoint before. private_key_jwt is a kind of authentication where the user interaction is not needed. - DPoP support