Generic task server
I'm trying to use our in-house backlog as a generic task server. Our API is working perfectly and all the expected task data is returned whenever I use Postman to test the functionality.
The problem I'm having is that our authentication is a 2 step process. A user logs in and they are given an authentication token. The user then needs to include that token as one of the headers in any request sent to our server to retrieve data.
When setting up a new generic server, I see that there is a place to specify a login url, a UID, and a PW but nothing else. I don't see that there is a way to save the login response and use it for later requests. We can't add it as a query parameter because the authentication token _*must*_ be included in the header of the request.
Is there a way to do what I need to do? If not, is this functionality something that can be added to a future version of PHPStorm?
Thanks!
Christoph
Please sign in to leave a comment.
Hi there,
https://youtrack.jetbrains.com/issue/IDEA-210960/Support-authentication-via-request-headers-in-generic-task-severs I guess