oidc-library/CHANGELOG.md

34 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2020-06-19 15:21:35 +02:00
# Changelog for "oidc-library"
2024-04-24 10:59:46 +02:00
## [v1.3.2]
Token exchange (#27099)
Header X-D4Science-Context in query exchange and refresh
- performQueryTokenWithPOST accepts also optional headers
- performURLEncodedPOSTSendData accepts also optional headers
- implemented queryExchangeToken
## [v1.3.1]
Added `Catalogue-Manager` and `Catalogue-Moderator` roles to the enum (#23623)
2021-06-24 11:06:19 +02:00
## [v1.3.0]
Added method to retrieve UMA token by using `clientId` and `clientSecret` in a specific `audience` (aka context) that can now be provided in both encoded and not encoded form (starts with "/" check is performed).
2021-04-12 19:27:06 +02:00
## [v1.2.1]
- "Data-Editor" role added (#20896), some logs changed to debug level
2021-03-17 11:38:49 +01:00
2021-01-20 11:45:47 +01:00
## [v1.2.0]
2021-01-20 00:58:23 +01:00
- Site is now comparable. Added JTI value getter and essentials info dump in JWT. Revised get avatar helper.
## [v1.1.1]
- New checks for "invalid_grant" and "access_denied" error together with ""Token is not active"", "Invalid bearer token" and "not_authorized" descriptions (#20407)
2020-11-20 13:07:56 +01:00
## [v1.1.0]
- Added avatar configuration and retrieve helper methods (#19726)
## [v1.0.0-SNAPSHOT]
2020-06-19 15:21:35 +02:00
- First release (#19225) (#19226) (#19227)