Last updated

Error Codes

The following list compiles common login error codes you may encounter. For specific use cases and troublshooting login-related issues, check the login issues topic.

Error codeError messageDescription
ER-01009User is not associated with the requested applicationThe user is not linked to the requested application
ER-01011Invalid codeLogin with code - code is wrong (from SMS or email)
ER-01012Invalid authentication typeThe authentication type has changed, but the user did not refresh.
ER-01013Invalid authenticationThe user attempted to log in with an email or phone number that does not exist.
ER-01014Magic link has expiredThe user attempted to log in with a magic link that has already expired.
ER-01015Magic link not foundThe magic link was not found, likely due to an expired or invalid link.
ER-01016Unknown device - a Magic Link can only be used from the same device it was requestedThe magic link was accessed from a different device than requested from.
ER-01017Code has expiredLogin with magic code - code has expired
ER-01020Failed to loginLogin attempt failed due to missing or misconfigured SAML pre-login redirection settings.
ER-01034User is locked out. To unlock user, please contact your administratorsAdmin locked the user in the backoffice
ER-01037Failed to send sms to ${maskPhoneNumber(phoneNumber)}The system failed to send an SMS, possibly due to an invalid or unreachable phone number or misconfigured SMS settings.
ER-01049Invalid social login crednetialsThe credentials provided for social login are invalid.
ER-01052Invalid device used for verification.The device used for SSO verification is not authorized, possibly due to device compatibility or permission issues.
ER-01056Missing application idThe application ID is missing or invalid in the SSO request.Provide the correct appId in the "contextOptions"
ER-01060Verify your email - verification email was sent to ${getDisclosedEmail(email)}.The SSO user is unverified.
ER-01061Invitation token expiredThe tenant invitation token has expired.
ER-01066Activation link expired. Please ask an admin to resend your activation email.The activation link has expired.
ER-01067Account activation failed. Please ask an admin to resend your activation email.User invitation was used
ER-01070Phone number not found ${phoneNumber ? maskPhoneNumber(phoneNumber) : ''}User tried to login with non-exiting phone number
ER-01076User is unauthorized to proceedThe user does not have access to any tenants.
ER-01078Incorrect email or passwordUser tried to connect with wrong password
ER-01081Looks like this password is breached. Please choose a different password.The password entered is compromised and should not be used.
ER-01086User already existsSign-up user tried to signup with existing email
ER-01087User has no passwordThe user does not have a password set.
ER-01090User is not verifiedThe user is not verified.
ER-01095Session expired due to inactivity. Please return to login page to continueThe session has expired due to inactivity.
ER-01144It seems like you need to reset your password. please check you emailThe current password is invalid
ER-01161Sorry, you can't invite users with that domain due to email domain restrictions.Sign up with breached password
ER-01177Your account has been locked out due to too many failed login attempts. To unlock user please contact your administrators.Login with password (locked for Brut protection)
ER-01178Captcha validation failed. Please try againThe CAPTCHA verification failed.
ER-01179Bad email reputation detectedThe provided email domain is restricted by the account
ER-04001SSO domain was not foundThe specified SSO domain could not be located, possibly due to an incorrect or missing domain configuration.
ER-00001We're facing some difficulties. Please try againAn unexpected issue occurred, potentially due to a temporary system failure or an unhandled exception. Please try again later.
ER-00008Application ID is not specifiedThe application ID was not provided, which is required to proceed.
ER-01182You can't log in. Contact an admin for help.Login attempt failed due to account or configuration issues.
ER-01183You can't sign up. Contact an admin for help.Sign-up failed, likely due to restrictions or configuration issues.
ER-01184You must reset your password in order to log in - please check your email.Password authentication → Invite user from the backoffice with unchecked checkbox (Send invite email) → Try to login with this user
ER-01185MFA verification failedMulti-factor authentication (MFA) verification failed, possibly due to an incorrect code or a system issue.
ER-01186Invalid recovery codeThe provided recovery code is invalid
ER-01187Cannot get user from identity provider, please try againFailed to retrieve user information from the identity provider, possibly due to connection or configuration problems.

Error codes customization

You can customize the error codes above and create a tailored user experience for your customers. read more about localization here.