Table of Contents
This is a minor update of Authlete 2.2. It includes the following new or enhanced features since the version 2.2.8.
N/A
This release supports parameterized scopes. By specifying a special pair of attributes (regex
as a key and a regular expression (e.g. ^consent:.+$
) as a value) for a scope (e.g. consent
), Authlete treats a matched scope value (e.g. consent:urn:bancoex:C1DD33123
) as valid.
See JavaDoc of DynamicScope class in our authlete-java-common library for details.