Redirect after jwt authentication | Community
Skip to main content

Redirect after jwt authentication

  • March 6, 2024
  • 1 reply
  • 0 views

sandhya

The user has been authenticated usin post request to 'https://domain.zendesk.com/access/jwt' and have got the below response with 200 status
You are being redirected.

Now how I can redirect the user to support dashboard page and as document suggest to set the cookies . How and what I need to set as there is no such detail in response

1 reply

Hi Sandha,
 
With JWT SSO, you can redirect the user to the desired page by supplying the return_to parameter to the /access/jwt endpoint.