Unit4 Identity Services 1.3.0 release notes

Release 31st March 2017

About this release

This release is version 1.3.0 of the Unit4 Identity Services (U4IDS). These release notes contain important information about U4IDS and provides an overview of features included in this release, important information, bug fixes and known issues.

Features included in this release

The following features are included in this release:

U4IDS now supports the concept of user consent. User consent is applicable in scenarios where applications would like or need consent (permission) from a user to use their data. For more information see Consent overview and the Consent guide.

Improved act-as custom grant flow

The act-as custom grant flow has been changed so that all claims (excluding standard open-id connect claims) from the incoming access token are transferred to the new access token. This fix is only provided as a temporary solution for applications using the act-as flow. The act-as custom grant flow is deprecated and will be removed or changed in the next release. Please migrate to user impersonation custom flow.

User impersonation custom grant flow

The new user impersonation custom grant flow is an extension of the act-as flow. This custom grant flow will check whether the user has consented the requested scopes. If the user has not given consent to a scope, it will be removed from the access token and the connected claims will not be included in the token. We recommend that all applications using the act-as flow migrate to the user impersonation flow. The act-as flow will be removed or changed in the next U4IDS release.

Note

The act-as custom grant flow in its current form will be discontinued in the next release of U4IDS.

Bugs fixed in this release

Enhancements