This repository was archived by the owner on Jun 23, 2023. It is now read-only.
v2.2.0
Release notes
- v2.2.0 @peppelinux (#139)
- Add client configuration documentation @nsklikas (#129)
- Use filter_scopes in check_unknown_scopes_policy @nsklikas (#138)
- Add parameter to revoke old refresh token upon issuing new @ctriant (#137)
- Don't issue refresh token if not configured @nsklikas (#128)
- Rename scopes config @nsklikas (#133)
- Catch unhandled exception @nsklikas (#132)
- Fix form post bug @nsklikas (#131)
- BREAKING CHANGE: Refactor scopes configuration @nsklikas (#130)
- BREAKING CHANGE: Certification testing - bug fixes @rohe (#125) - see extended note related to
prompt=consent - Add grant_types_supported per client @nsklikas (#124)
Extended release notes
- A RP to obtain an offline_access must have in its authz request
prompt=consent - See oidcop official documentation for the changes in the scopes configuration