Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Conversation

peppelinux
Copy link
Member

@peppelinux peppelinux commented Oct 11, 2021

  • 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 (Certification testing - bug fixes #125)
  • Add get_claims_from_request (@nsklikas ) (fbd1c62)
  • Don't issue refresh token if not configured (@nsklikas ) (c0bb0ca)
  • Fix form post bug (@nsklikas ) (1a9f458)
  • Add parameter to revoke old refresh token upon issuing new (@ctriant ) (16e99e6)
  • feat: scopes_supported (@nsklikas )
  • BREAKAGE: Rename scopes_mapping to scopes_to_claims (@nsklikas )

nsklikas and others added 24 commits September 20, 2021 14:34
`get_session_info_by_token` might throw an exception, we catch it and
return the appropriate error.
Don't issue refresh token if not configured
Add parameter to revoke old refresh token upon issuing new
Scopes that don't map to claims shouldn't have to be defined in the
scopes to claims mapping
Use filter_scopes in check_unknown_scopes_policy
@peppelinux peppelinux requested review from nsklikas and rohe October 11, 2021 15:44
@peppelinux peppelinux merged commit a87177e into master Oct 13, 2021
peppelinux added a commit that referenced this pull request Oct 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants