-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Contact Details
No response
What happened?
I experienced an authorization error during the onboarding process, after creating the application. The application said, that there was a failure to process authorization.
I took a look into the developer console and saw, that there was an HTTP 400 on the request.
I then checked the payload and realized, that the redirect_uri is missing within the request.
After adding the missing information, the onboarding response was redirected to the application.
Since the former implementation of the agrirouter did only use a single field to provide a redirect URL, the addition of the deep URL could be misleading and adding the redirect URL can be easily forgotten - @oliverrahner, wdyt?
I think at least one redirect URL should be mandatory, since the request relies on the information and the onboarding process will fail otherwise.
agrirouter SDK
Java
Support Data
No response
Additional information
No response



