Skip to content

INDIGO Identity and Access Management Service v1.2.0

Compare
Choose a tag to compare
@andreaceccanti andreaceccanti released this 01 Mar 10:53
· 1193 commits to develop since this release

1.2.0 (2018-03-01)

Added

  • IAM documentation has been migrate from Gitbook to its own dedicated
    site
    on Github pages

  • IAM now provides a token management section in the dashboard that can be used
    by administrators to view active tokens in the system, filter tokens (by user
    and client) and revoke tokens (#161)

  • IAM now provides an Acceptable Usage Policy (AUP) API that can be used to require
    that users accept the AUP terms at registration time or later (#86)

  • IAM now exposes the 'iss' claim in the response retuned by the token
    introspection endpoint (#58)

Fixed

  • IAM now provides user-friendlier X.509 authentication support. When a client
    certificate is found linked to the TLS session, IAM displays
    certificate information and a button that can be used to sign in
    with the certificate (#193)
  • Admin-targeted email notifications that result from membership requests now
    include the contents of the Notes field (#190)
  • Tokens linked to an account are now removed when the account is removed
    (#204)

Changed

  • IAM now depends on MitreID connect v. 1.3.2.cnaf.rc0 (#180)