Integrate challenge input from an image
  • 23 Oct 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Integrate challenge input from an image

  • Dark
    Light
  • PDF

Article summary

Mobile Authenticator Studio supports the input of a challenge as a QR code or a Cronto image for authenticators configured in a Challenge/Response operating mode. The image content must be the value of the challenge as generated by the server.

The content of the image can be generated using the Secure Messaging SDK 4.3.5 or later by calling the challenge transaction message body generation functionality in version 1.

Java

publicstatic String generateChallengeTransactionMessageBodyV1(String challenge) throws MessageSDKException

.NET

publicstatic String GenerateChallengeTransactionMessageBodyV1(String challenge)

Generate challenge transaction message body version 1 parameters

Parameter name

Data type

Description

Challenge

String

The challenge, which is a hexadecimal string from zero to 16 characters.

The image can be generated using the Image Generator SDK 4.3.5 or later by calling either the QR code generation API or the Cronto image API.

Java

publicstatic BWQRCodeResponse generateBWQRCode(int imageSize, String inputValue, int errorCorrectionLevel) throws ImageGeneratorException

publicstatic BufferedImage generateCrontoSign(int squareSize, String inputValue) throws ImageGeneratorSDKException

.NET

publicstatic BWQRCodeResponse GenerateBWQRCode(int imageSize, String inputValue, int errorCorrectionLevel)

publicstatic Bitmap GenerateCrontoSign(int squareSize, String inputValue)


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Ozzy, our interactive help assistant