When an user tries to initiate the authorization flow (/oauth2/authorize) and no use session is currently active on the Drupal instance, she's redirected to /user/login, with a destination parameter pointing back to "oauth2/authorize".

Drupal 8 route paths must begin with slash, which is missing here, basically triggering a redirection error in some cases.

Comments

garphy created an issue. See original summary.

garphy’s picture

Status: Active » Needs review
StatusFileSize
new654 bytes

  • sanduhrs committed 5f4617b on 8.x-1.x authored by garphy
    Issue #3087181 by garphy: Missing / in the "destination" param when...
sanduhrs’s picture

Status: Needs review » Fixed

Thanks for the patch, committed!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.