Errors
Journey
The following are some of the errors we may redirect the user with to your redirect_uri
.
As the OneID journey follows OIDC, you should handle the errors mentioned in the specification.
error | error_oneid |
---|---|
access_denied | OneID.OIDC.Redirect.UserCancelled |
access_denied | OneID.OIDC.Redirect.SpamGuardBlocked |
access_denied | OneID.OIDC.Redirect.IDScanDocumentNotFound |
access_denied | OneID.OIDC.Redirect.IDScanFlagged |
unsupported_account_type | OneID.OIDC.Redirect.UnsupportedAccountType |
invalid_request | OneID.OIDC.Redirect.InvalidRequest |
Was this page helpful?