issues
search
IdentityPython
/
oidc-op
An implementation of an OIDC Provider (OP)
Apache License 2.0
65
stars
26
forks
source link
v2.2.0
#139
Closed
peppelinux
closed
3 years ago
peppelinux
commented
3 years ago
Client registration endpoint should return a 201 HTTP response code on successful registration (@rohe )
Default token lifetime should not be 0 (zero). Changed to be 30 minutes (1800 seconds) (@rohe )
Userinfo endpoint should support POST (@rohe )
Authorization error response MUST contain 'state' if it is present in the request (@rohe )
Cookie handling - bug, wrong name (@rohe )
OIDC Certification testing - bug fixes (
https://github.com/IdentityPython/oidc-op/pull/125
)
Add get_claims_from_request (@nsklikas ) (
https://github.com/IdentityPython/oidc-op/commit/fbd1c624e08bbb605a460b13cbaad06404e460f2
)
Don't issue refresh token if not configured (@nsklikas ) (
https://github.com/IdentityPython/oidc-op/commit/c0bb0cae4a4fdfdd59b0544a11af56c06834c559
)
Fix form post bug (@nsklikas ) (
https://github.com/IdentityPython/oidc-op/commit/1a9f4581ade4eab821cffb1bd6a224414cf8c6f3
)
Add parameter to revoke old refresh token upon issuing new (@ctriant ) (
https://github.com/IdentityPython/oidc-op/commit/16e99e6f26acff81f1bd624a097346c3029310cf
)
feat: scopes_supported (@nsklikas )
BREAKAGE: Rename scopes_mapping to scopes_to_claims (@nsklikas )