Version Number : 3.0.14
Overview
This minor update introduces changes for Authlete 3.0. This new version was made available on June 11th (Wed).New Features & Improvements
Added support for Native SSO
Implemented single sign-on across native mobile apps, which includes the following API changes :- Added the
nativeSsoRequestedresponse parameter to the/auth/authorization API - Added the
sessionIdrequest parameter to theauth/authorization/issueAPI - Added the
sessionId,deviceSecret,deviceSecretHashresponse parameters to theauth/tokenAPI - Added a new
/nativessoAPI - Added the
native_sso_supportedmetadata to the/service/configurationAPI - Added the new
nativeSsoSupportedproperty to the/service/createAPI - Added the
nativeSsoSupportedproperty to the/service/updateAPI - Added the capability to logout from all applications through the
/nativesso/logoutAPI
IP token duration per client
Added the ability to define ID token duration at client level. Of all non-zero positive numbers the smallest one will be used as the duration for the ID token.Client list API performance improvements
Added index toaccess_token table in order to reduce response time when querying the API for the list of clients a subject has granted access to.
Specs support
N/ABug fixes
Trust anchors update fix
Fixed an issue where service update API did not return updated trust anchors in the response when no trust anchors had been owned by the service.Client update error fix
Fixed an issue where the accumulation ofrequest_uri when using Pushed Authorization Requests (PAR) would result in 400 errors during client updates.