Skip to content

Releases: indigo-iam/iam

INDIGO Identity and Access Management Service v1.10.2

27 Sep 09:01
30284b9
Compare
Choose a tag to compare

What's Changed

INDIGO Identity and Access Management Service v1.10.1

22 Aug 10:21
ada2c24
Compare
Choose a tag to compare

What's Fixed

INDIGO Identity and Access Management Service v1.10.0

05 Aug 13:13
621570f
Compare
Choose a tag to compare

What's Changed

  • Send an email when client status changes by @rmiccoli in #802
  • Add a statistical anonymous endpoint by @rmiccoli in #790
  • PATCH to change AUP signature time works also for client credentials by @rmiccoli in #804
  • Add AUP and user's lifecycle missing email notifications by @rmiccoli in #787
  • Add groups enrollment logic to be applied after users registration by @garaimanoj in #793
  • Add the organization name in all email notifications subjects by @rmiccoli in #810
  • Improve password quality check by @SteDev2 in #719
  • Allow to totally disable cache by @federicaagostini in #778

Bug Fixes

  • Refresh token flow not allowed for suspended clients by @rmiccoli in #814
  • Update angular-jwt script link by @SteDev2 in #822
  • Fix error 500 on old mitreId user interface by @SteDev2 in #808

Configuration Fixes

  • Prefix all necessary env variables with IAM_ by @federicaagostini in #807
    • As described into #807, the environment variables DEFAULT_ACCESS_TOKEN_VALIDITY_SECONDS, DEFAULT_DEVICE_CODE_VALIDITY_SECONDS, DEFAULT_ID_TOKEN_VALIDITY_SECONDS and DEFAULT_REFRESH_TOKEN_VALIDITY_SECONDS have been renamed with IAM_ prefix.
  • Fix client track-last-used setting location in .yaml by @enricovianello in #795
    • The client's "last-used" tracking has been disabled by default. You can turn it on by setting IAM_CLIENT_TRACK_LAST_USED as true. This feature allows administrators to see how many days have last since last token was issued for each client.
  • The redis-cache.enabled property has been moved to cache.redis.enabled. This property is set by the same environment variable IAM_REDIS_CACHE_ENABLED so configurations that relies on this variable are not affected.

Documentation Fixes

  • VOMS-AA replica deployment example provided by @darcato in #729

INDIGO Identity and Access Management Service v1.9.0

06 Jun 15:16
7d0c523
Compare
Choose a tag to compare

What's Changed

* The introduced AUDIT messages and info to the SCIM user must be considered as experimental and they may be changed in next RC/releases in a backward incompatible way

New Contributors

Notes

SCIM users response can now be extended in order to list also:

  • user's attributes
  • user's authorities
  • user's managed groups

In order to include authorities and|or managed groups into SCIM users details you need to enable them through the following properties:

scim:
  include_authorities: true
  include_managed_groups: true

or through the environment variables:

IAM_SCIM_INCLUDE_AUTHORITIES=true
IAM_SCIM_INCLUDE_MANAGED_GROUPS=true

Attributes can be included into SCIM user response in the same way the labels are:

scim.include_attributes[0].name=attribute-name
scim.include_attributes[1].name=another-attribute-name

Full Changelog: v1.8.4...v1.9.0

INDIGO Identity and Access Management Service v1.8.4

25 Mar 16:45
0714724
Compare
Choose a tag to compare

v1.8.4 (2024-03-25)

Added

  • Add property to show SQL queries (default to false) #702
  • Add refresh token value index on database #722
  • Add support for admin to customize login layout #668

Fixed

  • Encode/decode token value hash with Charset UTF-8 to match the MySQL algorithm #694
  • Update the email address/username without needs to refresh the web UI #686
  • Allow Chinese characters to be shown on user's info column #701
  • Update login form display strategy #669

Changed

  • Only registered users can get client credentials grant type #683
  • Remove possibility to add a client logo URI #697
  • Disable client editing through MitreID endpoint (/api/clients/*) #703
  • Request for an optional "Apply for an account with eduGAIN" button #665

INDIGO Identity and Access Management Service v1.8.3

20 Dec 10:18
07b5dd4
Compare
Choose a tag to compare

Recommendations

It is strongly recommended to make a backup of your database before upgrading to v1.8.3 because several migrations are planned. Also, remember that for updates from versions prior to v1.7.2 you must first upgrade to v1.7.2.
The migration to v1.8.3 will take an amount of time which will be proportional to the amount of currently active access tokens. This means that if you are deploying IAM with some kind of liveness and readiness probes, it's probably better to switch them off before upgrading. This migration may take a long time.

Changed

  • Save access token value as an hash in order to use lighter db indexes and avoid conflicts by @rmiccoli in #613
  • Avoid upper case characters into VO names by @SteDev2 in #616
  • Enable Redis scope matchers and well-known endpoint caching by @federicaagostini in #633
  • Consider scope matcher based on string equality for custom scopes by @rmiccoli in #642

Added

Fixed

  • Allow to add certificates with the same subject DN by @rmiccoli in #624
  • Delete unsupported response types by @rmiccoli in #610
  • Fix management of tokens lifetime following RFC9068 by @federicaagostini in #620
  • Fix CERN Restore workflow by @hannahshort in #645
  • Fix authz code flow with PKCE for IAM test client application by @rmiccoli in #653
  • Fix authorization on IAM APIs such to avoid cases where access is granted to already approved scopes instead of effective token scopes by @enricovianello in #664

New Contributors

INDIGO Identity and Access Management Service v1.8.2p2

21 Sep 09:36
Compare
Choose a tag to compare

This release fixes a privilege escalation present in all previous IAM releases. See https://advisories.egi.eu/Advisory-EGI-SVG-2023-53.

INDIGO Identity and Access Management Service v1.8.1p2

21 Sep 09:36
Compare
Choose a tag to compare

This release fixes a privilege escalation present in all previous IAM releases. See https://advisories.egi.eu/Advisory-EGI-SVG-2023-53.

INDIGO Identity and Access Management Service v1.8.2p1

04 Jul 11:50
Compare
Choose a tag to compare

INDIGO Identity and Access Management Service v1.8.1p1

04 Jul 11:51
Compare
Choose a tag to compare