Skip to content

[Enhancement] Missing redirect URI leads to problems during onboarding  #14

Description

@saschadoemer

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.

chrome_W34QiphGAY

I took a look into the developer console and saw, that there was an HTTP 400 on the request.

chrome_FB64bXVmZJ

I then checked the payload and realized, that the redirect_uri is missing within the request.

chrome_HAr0PAjntF

After adding the missing information, the onboarding response was redirected to the application.

chrome_1Q00vDyT33

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions