From 29373ad0cddab26d50f679557c92896e247c0128 Mon Sep 17 00:00:00 2001 From: Mauro Mugnaini Date: Thu, 23 Mar 2023 18:39:51 +0100 Subject: [PATCH] Added changelog info --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eee6456..da36ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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).