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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -