OpenID-Connect-Java-Spring-.../CHANGELOG.md

44 lines
1.5 KiB
Markdown
Raw Normal View History

2017-05-09 18:54:47 +00:00
Unreleased:
2019-04-19 20:00:06 +00:00
*1.3.3*:
2018-05-03 18:52:49 +00:00
- Authorization codes are now longer
- Client/RS can parse the "sub" and "user_id" claims in introspection response
- Database-direct queries for fetching tokens by user (optimization)
- Device flow supports verification_uri_complete (must be turned on)
- Long scopes display properly and are still checkable
- Language system remebers when it can't find a file and stops throwing so many errors
- Index added for refresh tokens
2019-04-19 20:00:06 +00:00
- Updated to Spring Security 4.2.11
- Updated Spring to 4.3.22
- Change approve pages to use issuer instead of page context
- Updated oracle database scripts
2018-02-07 14:09:07 +00:00
2019-04-19 20:00:06 +00:00
*1.3.2*:
2018-02-07 14:03:09 +00:00
- Added changelog
- Set default redirect URI resolver strict matching to true
- Fixed XSS vulnerability on redirect URI display on approval page
- Removed MITRE from copyright
- Disallow unsigned JWTs on client authentication
- Upgraded Nimbus revision
- Added French translation
- Added hooks for custom JWT claims
- Removed "Not Yet Implemented" tag from post-logout redirect URI
2017-05-09 18:54:47 +00:00
*1.3.1*:
2018-02-07 14:03:09 +00:00
- Added End Session endpoint
- Fixed discovery endpoint
- Downgrade MySQL connector dependency version from developer preview to GA release
2017-05-09 18:54:47 +00:00
*1.3.0*:
2018-02-07 14:03:09 +00:00
- Added device flow support
- Added PKCE support
- Modularized UI to allow better overlay and extensions
- Modularized data import/export API
- Added software statements to dynamic client registration
- Added assertion processing framework
- Removed ID tokens from storage
- Removed structured scopes
2017-05-09 18:54:47 +00:00
*1.2.6*:
2018-02-07 14:03:09 +00:00
- Added strict HEART compliance mode