Version 3.25 (January 2024)

Prev Next

New features and enhancements

Custom authenticator application selection for Secure Channel operations

You can now select a specific authenticator application to use when you initiate an authentication or signature validation process using Secure Channel.

The SOAP communication interface now supports the following attributes to select a specific authenticator application:

  • CREDFLD_CRYPTO_APP_INDEX. The index of the authenticator application to use when you initiate an authentication process with the getSecureChallenge command.

  • CREDFLD_CRYPTO_APP_NAME. The name of the authenticator application to use when you initiate an authentication process with the getSecureChallenge command.

  • SIGNFLD_CRYPTO_APP_INDEX. The index of the authenticator application to use when you initiate a signature validation with the genRequest command.

  • SIGNFLD_CRYPTO_APP_NAME. The name of the authenticator application to use when you initiate a signature validation with the genRequest command.

If you do not specify a particular authenticator application, the first applicable authenticator application that is allowed by the effective policy will be used (current default behavior).