Redirect Error Codes to your Application

AXN can be set to redirect gateway errors back to your system via. a Redirect URL. This allows errors on the IDW side to be handled by the customer application, instead of showing the user an error on the IDW side. To enable this, please speak to your solution architect.

📘

Example:

https://app.domain.com/redirect?errorCode=INTERNAL_SERVER_ERROR&errorDescription=Error%20Something%20went%20wrong

A list of all possible error codes:

Error CodeDescription
INVALID_CLIENT_ID"Invalid client_id"
CLIENT_ID_NOT_FOUND"client_id not found"
REDIRECT_URI_NOT_FOUND"redirect_uri not found"
INVALID_REDIRECT_URIInvalid Redirect URI
INTERNAL_SERVER_ERRORRefresh page error or clicking on back button
INVALID_LOGIN_HINTInvalid login_hint JSON
RESPONSE_TYPE_NOT_FOUNDresponse_type not found
INVALID_SCOPE_OPEN_IDInvalid scope type - missing openid
MISSING_PARAMETERMissing parameter
INVALID_JWT_STRINGJWT strings must contain exactly 2 period characters
INVALID_JWT_SIGNATUREJWT signature invalid
JWT_EXPIREDJWT expired
JWT_MISSING_ALGORITHMJWT string has a digest/signature, but the header does not reference a valid signature algorithm
JWT_JSON_UNREADABLEUnable to read JSON value
WT_MISSING_PAYLOADJWT string is missing a body/payload
UNSIGNED_CLAIMS_JWTUnsigned Claims JWTs are not supported
INVALID_LOGIN_HINTInvalid login_hint JSON
SESSION_EXPIREDSession expired
MISSING_IDP_CONFIGURATIONMissing IDP Configuration
MISSING_FOURTH_DELIMITERInvalid serialized JWE object: Missing fourth delimiter
JWE_DECRYPTION_ERRORJWE Decryption error
INVALID_JWE_HEADERInvalid JWE header
ATA_LONGER_THAN_256Data must not be longer than 256 bytes
MESSAGE_LARGER_THAN_MODULUSMessage is larger than modulus
FORCED_TRANSACTION_EXCEPTIONForced Transaction Exception
MISSING_JWE_AUTH_TAGMissing JWE authentication tag
MISSING_IDP_CONFIGURATIONMissing IDP Configuration
interaction_requiredEnd-User interaction is required.
login_requiredEnd-User authentication is required.
account_selection_requiredEnd-User session selection is required.
consent_requiredEnd-User consent is required.
invalid_request_uriThe request_uri is invalid.
invalid_request_objectThe request object is invalid.
request_not_supportedThe request parameter is not supported.
request_uri_not_supportedThe request_uri parameter is not supported.
registration_not_supportedThe registration parameter is not supported.