Skip to content

INDIGO Identity and Access Management Service v0.4.0

Compare
Choose a tag to compare
@andreaceccanti andreaceccanti released this 30 Sep 09:46
· 1611 commits to master since this release

0.4.0 (2016-09-30)

This release provides new functionality and some fixes:

  • Groups are now encoded in the JSON returned by the IAM /userinfo
    endpoint as an array of group names.
  • Group information is also exposed by the token introspection endpoint
  • External authentication information (i.e. when a user authenticates with
    Google or SAML instead of username/password) is now provided in the JSON
    returned by the /userinfo endpoint
  • The first incarnation of the administrative dashboard is now included in the
    service
  • The first incarnation of the registration service is now included. The
    registration service implements a "self-register with admin approval"
    registration flow
  • User passwords are now encoded in the database using the Bcrypt encoder
  • A password forgotten service is now provided

More information about bug fixes and other developments can be found on
our JIRA release board