Skip to content

Release 1.14.1

Latest

Choose a tag to compare

@taridepaco taridepaco released this 06 Jul 13:51
d2cc9bf

Features

ANDROSDK-2274 modify appauth url in custom intent to include user selection

ANDROSDK-2285 OpenId: make prompt selector configurable

ANDROSDK-2290 Update targetSdkVersion

Bugs

ANDROSDK-2279 Method `isNotCaptureScope` in break-the-glass helper might not be accurate

ANDROSDK-2286 Validate server url in checkServerUrl method

ANDROSDK-2319 tei programs are being downloaded several times during global data sync

ANDROSDK-2320 visualization with all category options selected automatically are not being properly handled

Library updates

Build Tools

New features in the public API

Configurable OpenID Connect prompt

  • OpenIDConnectConfig now exposes an optional prompt property (ANDROSDK-2285).
    • New optional constructor parameter and getPrompt() accessor.
    • Lets apps control the OpenID prompt selector (e.g. select_account) sent in the authorization request.
    • The parameter has a default value, so existing constructor calls remain compatible.