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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | oauth2_server-3087181-2-missing_slash_in_destination.patch | 654 bytes | garphy |
Comments
Comment #2
garphyComment #4
sanduhrsThanks for the patch, committed!