+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


MobileFirst Node.js resource protection

Use the MobileFirst Node.js framework to protect Java resources (APIs) hosted on an external Node.js server.

The MobileFirst Node.js framework is provided as an npm module: passport-mfp-token-validation. This module provides a passport validation strategy and a verification function for validating access tokens that are issued by the MobileFirst security framework.

To install the passport-mfp-token-validation Node.js module, run:

For detailed information on how to install, configure, and use passport-mfp-token-validation, see the Node.js Validator tutorial.

Parent topic: External resources protection