Note you must be running RSA Authentication Manager 8.2 SP1 to access this interface.
client-key:85o8xe8534r7g484581wi225c1h4oozf26rv8pz78r6b019v716o46nh3w36j7x5
Content-Type:application/json
https://<Authentication Manager primary's FQDN>:<communication port configured from Security Console>/mfa/v1_1/authn/<method to be used>
https://am82-1-primary.local:5555/mfa/v1_1/authn/verify
https://<AM Primary Hostname>:5555/mfa/v1_1/authn/initialize
{
"clientId": "apihost",
"subjectName": "test01",
"context": {
"authnAttemptId": "",
"messageId": "test4726375261635",
"inResponseTo": ""
}
}
{
"context": {
"authnAttemptId": "213f5ca0-2654-4733-acbc-9065c3da3ad7",
"messageId": "afc6350d-ceef-454a-b012-fb1b0fad6456",
"inResponseTo": "test4726375261635"
},
"credentialValidationResults": [],
"attemptResponseCode": "CHALLENGE",
"attemptReasonCode": "AUTHENTICATION_REQUIRED",
"challengeMethods": {
"challenges": [
{
"methodSetId": null,
"requiredMethods": [
{
"methodId": "SECURID",
"priority": null,
"versions": [
{
"versionId": "1.0.0",
"methodAttributes": [],
"valueRequired": true,
"referenceId": null,
"prompt": {
"promptResourceId": "SecurID.Resource.Prompt.Passcode",
"defaultText": "Enter passcode:",
"formatRegex": null,
"defaultValue": null,
"valueBeingDefined": false,
"sensitive": true,
"minLength": null,
"maxLength": null,
"promptArgs": []
}
}
]
}
]
}
]
}
}
https://<AM Primary Hostname>:5555/mfa/v1_1/authn/verify
Request body (RAW):
{
"subjectCredentials": [
{
"methodId": "SECURID",
"collectedInputs": [
{
"name": "SECURID",
"value": "222222"
}
]
}
],
"context": {
"authnAttemptId": "213f5ca0-2654-4733-acbc-9065c3da3ad7",
"messageId": "test7177617189202",
"inResponseTo": "afc6350d-ceef-454a-b012-fb1b0fad6456"
}
}
{
"context": {
"authnAttemptId": "213f5ca0-2654-4733-acbc-9065c3da3ad7",
"messageId": "adecc09b-f4a8-4172-8176-c9ab9a0bc682",
"inResponseTo": "test7177617189202"
},
"credentialValidationResults": [
{
"methodId": "SECURID",
"methodResponseCode": "SUCCESS",
"methodReasonCode": null,
"authnAttributes": []
}
],
"attemptResponseCode": "SUCCESS",
"attemptReasonCode": "CREDENTIAL_VERIFIED",
"challengeMethods": {
"challenges": [
{
"methodSetId": null,
"requiredMethods": []
}
]
}
}
{
"clientId": "apihost",
"subjectName": "test01",
"subjectCredentials": [
{
"methodId": "SECURID",
"collectedInputs": [
{
"name": "SECURID",
"value": "222222"
}
]
}
],
"context": {
"authnAttemptId": "",
"messageId": "test5213021196242",
"inResponseTo": ""
}
}
{
"context": {
"authnAttemptId": "0484e87e-c70e-45cb-a340-8574f7594792",
"messageId": "59a66e30-5591-4321-8a8d-9247aab9f66d",
"inResponseTo": "test5213021196242"
},
"credentialValidationResults": [
{
"methodId": "SECURID",
"methodResponseCode": "SUCCESS",
"methodReasonCode": null,
"authnAttributes": []
}
],
"attemptResponseCode": "SUCCESS",
"attemptReasonCode": "CREDENTIAL_VERIFIED",
"challengeMethods": {
"challenges": [
{
"methodSetId": null,
"requiredMethods": []
}
]
}
}
https://<AM Primary Hostname>:5555/mfa/v1_1/authn/status
{
"authnAttemptId": "0484e87e-c70e-45cb-a340-8574f7594792",
"removeAttemptId": false
}
Response (RAW):
{
"attemptResponseCode": "FAIL",
"attemptReasonCode": "ATTEMPT_ID_NOT_FOUND",
"subjectName": null,
"authnPolicyId": null,
"sessionAttributes": [],
"successfulMethods": [],
"attemptExpires": null
}