oidc-enrollment-hook/CHANGELOG.md

19 lines
829 B
Markdown
Raw Normal View History

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2020-06-19 15:21:05 +02:00
# Changelog for "oidc-enrollment-hook"
## [v1.1.3-SNAPSHOT]
- Now user reconciliation/identification from OIDC token after the login is performed no more checking by using the email address but by using the User's username, the Liferay `screenname`. (#20827) (#20840)
2021-01-20 11:48:59 +01:00
## [v1.1.2]
2021-01-20 01:02:41 +01:00
- Added some info of the user is about to create in the logs expecially for screen name (auto-generated or externally provided) (#20413). Restored per-session token removal. Logs revised. (#20445)
2020-11-20 13:09:39 +01:00
## [v1.1.1]
2020-11-10 13:02:06 +01:00
- Fixed occasionally missing of the redirect to the original requested URI after OIDC login
## [v1.1.0-SNAPSHOT]
- Added avatar retrieve/update at every login (#19726)
## [v1.0.0-SNAPSHOT]
2020-06-19 15:21:05 +02:00
- First release (#19143) (#19225) (#19226) (#19227) (#19228)