Hi,
I have SSO JWT enabled in my subdomain.
I also have a zendesk app that makes HTTP requests to my app server.
I need to authenticate such requests. Currently I am using a cookie that I set when I reply with the JWT. This works fine.
However this will eventually stop working as browsers will stop allowing third-party cookies (as chrome will do in 2024).
So would it be possible for my zendesk app to send the JWT received in the SSO transaction in the requests?
The purpose is to avoid having to authenticate again inside my zendesk app.