- π¬π§United Kingdom joachim
Looks useful, but needs a reroll for 3.x
Zendesk's JWT authentication method provides a return_to parameter in the initial query payload which can be used to redirect users back to the location they came from. Unfortunately, the Zendesk module currently discards these parameters during the Drupal login redirection chain and the assembly of the JWT authentication payload.
A patch is attached which:
1. Encodes the return_to parameter into the destination= param for the Drupal-side user-login redirect and
2. Adds this query parameter to the JWT authentication payload so that users end up at the right location in Zendesk.
Needs work
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Looks useful, but needs a reroll for 3.x