Added changelog info

This commit is contained in:
Mauro Mugnaini 2023-03-23 18:39:51 +01:00
parent 72a502c5de
commit 29373ad0cd
1 changed files with 2 additions and 1 deletions

View File

@ -3,4 +3,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "d4science-iam-client"
## [v1.0.0-SNAPSHOT]
- First release (#24701, #23356).
- Helps on basic retrieve of the AUTHN and AUTHZ form the IAM, hiding the use of the underling implementation. With dome utility helper functions for get the info from the tokens.
- It already support for the use of the custom Keycloak's D4S mapper that maps/shrink the `aud` (and optionally also the resource access) to the value requested via `X-D4Science-Context` HTTP header (#24701, #23356).