I have a node application which is SSO enabled. I need to call some REST API's which are implemented in a IBM Websphere Java project with Liberty Profile. For security reasons, the REST API's are expecting a LTPA(LTPA2) Token to be sent from the NodeJS .
How can this be implemented?