INDIGO Identity and Access Management Service v1.10.0
enricovianello
released this
05 Aug 13:13
·
41 commits
to develop
since this release
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
andDEFAULT_REFRESH_TOKEN_VALIDITY_SECONDS
have been renamed withIAM_
prefix.
- As described into #807, the environment variables
- 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 client's "last-used" tracking has been disabled by default. You can turn it on by setting
- The
redis-cache.enabled
property has been moved tocache.redis.enabled
. This property is set by the same environment variableIAM_REDIS_CACHE_ENABLED
so configurations that relies on this variable are not affected.