venkata1 (Customer) to rsaSFDCadmin (RSA): asked a question.

Securid : What to be done after getting system generated PIN using REST API?
I am getting an AuthNResponse server response having method ID as
SECURID_SYSTEM_GENERATED_PIN, which includes a system generated pin.

Now i used this pin to generate tokencode & try to send Verify with respective
tokencode with SECURID as method Id but it always FAILS. May I know what
should be the correct request/response I should send after receiving the
system generated pin?

{

"context": {

"authnAttemptId": "982fd604-91c3-4b02-a3f0-53fdf30c7721",

"messageId": "b81dee8e-8f1d-419c-8120-932552804e2a",

"inResponseTo": "79ACE869-F36D-5E49-E58A-BB24BCB43B5B"

},

"credentialValidationResults": [

{

"methodId": "SECURID",

"methodResponseCode": "FAIL",

"methodReasonCode": "VERIFY_ERROR",

"authnAttributes": []

}

],

"attemptResponseCode": "FAIL",

"attemptReasonCode": "VERIFY_ERROR",

"challengeMethods": {

"challenges": []

}

}

  • venkata1 (Customer)

    Found the issue , was sending wrong method ID to send newly generated
    passcode.
    Selected as Best
  • venkata1 (Customer)

    Found the issue , was sending wrong method ID to send newly generated
    passcode.
    Selected as Best