Skip to content

INDIGO Identity and Access Management Service v1.9.0

Latest
Compare
Choose a tag to compare
@enricovianello enricovianello released this 06 Jun 15:16
· 3 commits to develop since this release
7d0c523

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