node.js - Generate a LTPA2 token from SSO Login in a NodeJS Application -


i have node application sso enabled. need call rest api's implemented in ibm websphere java project liberty profile. security reasons, rest api's expecting ltpa(ltpa2) token sent nodejs .

how can implemented?

ltpa tokens websphere proprietary thing, might tricky. if api's constructing them exist, in java. if can find out more authentication scheme websphere side expecting (basic-auth, saml, open-id connect, sociallogin, etc.) there way authenticate , authorize not involve ltpa token.


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -