HID RMS Error Codes and Messages
The following table lists the HID RMS error reasons and codes:
Reason | Code | Description |
---|---|---|
REASON_THRESHOLD_STEP-UP_REACHED |
51 |
Step-up authentication required |
REASON_THRESHOLD_REJECT_REACHED |
52 |
Authentication score is too high - Authentication score exceeds the configured rejection threshold |
REASON_THRESHOLD_BLOCK_REACHED |
53 |
Authentication score is too high, this channel is now blocked for the user - Authentication score exceeds the configured rejection threshold |
REASON_AUTH_SCORE_NOT_RETRIEVED |
54 |
Authentication score cannot be retrieved |
REASON_AUTHENTICATOR_NOT_ALLOWED |
55 |
Authentication policy is not allowed by the configuration |
REASON_STEP-UP_SESSIONTRANSFER_NOT_FOUND |
56 |
Second step authentication: no corresponding session transfer has been found - Step-up authentication cannot be performed |
REASON_STEP-UP_USER_NOT_MATCH |
57 |
Second step authentication: user does not match the first authentication user |
REASON_MISSING_RMS_PARAMETERS |
58 |
Some required parameters are missing from the request |
The error code is provided in the JSON
{
"hid_failure": {
"reason": 51,
"context": {
"TM_AUTHENTICATION_TYPE_LIST": "AT_PASA",
"TM_ACTION_ID": "4481",
"LEVEL_OF_ASSURANCE": "1",
"RMS_DETAILS": "eyJhbGciOiJub25lIn0.eyJzZXNzaW9uIjp7InNjb3JlIjozOTcsInN0YW5kYWxvbmVfc2lnbmFscyI6W3siaWQiOjQ0NzIsInR5cGUiOiJQSElTSElOR19QUk9CRV9MT0FEIn0seyJpZCI6NDQ3MywidHlwZSI6Ik5FV19VU0VSX0xBTkdVQUdFIn1dLCJkZXRlY3Rpb25zIjpbXX0sImFjdGlvbiI6eyJzY29yZSI6MCwic3RhbmRhbG9uZV9zaWduYWxzIjpbXSwiZGV0ZWN0aW9ucyI6W119LCJyaXNrIjo1NDAsImRldmljZSI6eyJzY29yZSI6OTksInN0YW5kYWxvbmVfc2lnbmFscyI6W3siaWQiOjQ0NzUsInR5cGUiOiJVTktOT1dOX1dFQklOSkVDVCJ9XSwiZGV0ZWN0aW9ucyI6W119LCJ1c2VyIjp7InNjb3JlIjo0NCwic3RhbmRhbG9uZV9zaWduYWxzIjpbXSwiZGV0ZWN0aW9ucyI6W119LCJ0YWdzIjpbXX0.",
"TM_SESSION_TRANSFER": "BjA4Tl2OxjEj7vn9BZA1CStfl3ukKMxgQqgLanBs"
},
"authType": "AT_CUSTPW"
},
"error_description": "Invalid grant: Step-up authentication required",
"error": "invalid_grant"
}