common-authorization/CHANGELOG.md

52 lines
1.1 KiB
Markdown
Raw Normal View History

2020-05-26 16:40:20 +02:00
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v3.0.0]
2024-02-02 12:24:23 +01:00
- Authorization endpoints configuration retrieving moved from common scanner to reflection library
- Removed common-scope from the dependencies
2022-10-19 14:21:47 +02:00
2024-10-01 11:04:20 +02:00
## [v2.5.0] - 2022-04-20
- Deprecated AccessTokenProvider, AuthorizationProvider and SecurityTokenProvider [#22871]
- Added roles to ExternalService Client info
## [v2.4.0] - 2021-05-21
- JWTUmaTokenProvider changed to AccessTokenProvider
2020-05-26 16:40:20 +02:00
## [v2.3.1] - 2021-03-30
- User info returns also email, first name and Last name according to the new UMA token
## [v2.3.0] - 2010-11-17
2020-11-18 18:29:28 +01:00
- Support for the new IAM added
2020-11-18 18:29:28 +01:00
## [v2.2.1] - 2019-01-14
2020-05-26 16:41:27 +02:00
- Endpoint updated for https
2020-05-26 16:41:27 +02:00
## [v2.1.6] - 2019-01-14
2020-05-26 16:40:20 +02:00
- Added ListMapper
2020-05-26 16:40:20 +02:00
## [v2.1.3] - 2019-01-14
2020-05-26 16:40:20 +02:00
- Added the support for authorization control library
2020-05-26 16:40:20 +02:00
## [v2.0.2] - 2017-02-27
2020-05-26 16:40:20 +02:00
- Added set and reset of scope in AuthorizedTask
2020-05-26 16:40:20 +02:00
## [v2.0.0] - 2016-09-30
2020-05-26 16:40:20 +02:00
- New model for auth2
2020-05-26 16:40:20 +02:00
## [v1.0.0] - 2015-05-18
2020-05-26 16:40:20 +02:00
- First Release