Title
Create new category
Edit page index title
Edit category
Edit link
Errors
Journey
If at some point during the OneID® journey any error occurs, the user will be redirected to the redirect_uri provided during authorization with three query parameters error , error_oneid and state .
As the OneID journey follows OIDC, you should handle the errors mentioned in the specification:
error | Description |
|---|---|
| The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. |
| The client is not authorized to request an authorization code using this method. |
| The resource owner or authorization server denied the request. |
| The authorization server does not support obtaining an authorization code using this method. |
| The requested scope is invalid, unknown, or malformed. |
| The authorization server encountered an unexpected condition that prevented it from fulfilling the request. |
| The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server. |
The error_oneid parameter is complimentary to the error and aims to further define the error that has occurred.
| error_oneid | Description |
|---|---|---|
|
| User cancelled the journey. |
|
| The user has been temporarily blocked because too many requests were made. |
|
| No documents were uploaded by the user. |
|
| An issue has been flagged with the document scan process. |
Data Service
Errors that can be returned from our data service APIs are document in the Data Service & Partner API Reference.
@Copyright OneID Limited 2024