This release contains the following improvements and bugfixes:
- PowerAuth protocol supports temporary encryption keys, so the keys embedded in the mobile app are only used for signature verification, see Temporary Encryption Keys for details.
- The
commitPhase
parameter can be specified to change the activation flow so that thePENDING_COMMIT
state is skipped and activation becomesACTIVE
during the key exchange, see Advanced Activation Flows for details. - PowerAuth protocol allows activation using OpenID Connect (OIDC) protocol.
- Performance of the callback invocation has been optimized.
- Callback authentication supports OAuth 2.0.
- Callbacks now support the outbox pattern with configurable retry limits.
- An operation approved by an incorrect user switches the assigned user ID due to an incorrect handling of the approval error.
- Dependency updates.