Instruction for upgrading the Onegini Android SDK to version 8.2¶
When upgrading to version 8.2 some changes have to be applied in the end application:
FIDO not supported¶
FIDO authenticators are not supported by the Onegini SDK anymore. The FIDO-related interfaces and classes (like OneginiFidoAuthenticationRequestHandler
) has
been removed. However, you can still implement authentication based on 3rd party authenticators like FIDO using the custom authenticator feature.