Hi,
We have a web widget installed on our web page. When the end user logs in our page, we run authentication for the web widget so he/she could view restricted articles in the web widget and this part is working correctly.
But since the user is not authenticated for the zendesk help center(only for web widget), clicking on the View Original Article button or opening the article link in a new tab will redirect user to the Remote login URL.
My question is how can we authenticate user for the zendesk help center too when we are doing authentication for the web widget, without forcing him/her to go to "https://our_account.zendesk.com/access/jwt?jwt=<jwt_token>". Can we do it programmatically with curl for example?
Single sign-on and JSON Web Token are enabled
Thanks