Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

passport-ibm-connections-basic

benkroeger8Apache 2.01.0.1

A passport basic authentication strategy for IBM Connections

passport-ibm-connections-basic, passport, ibm-connections, authentication, basic, strategy, ibm, connections, express, connect

readme

passport-ibm-connections-basic

A passport basic authentication strategy for IBM Connections

This strategy allows to use IBM Connections as an authentication backend by leveraging the OpenSocial People API with the basic authentication interceptor in WebSphere Application Server.

Available options and defaults:

{
    usernameField: 'username',
    passwordField: 'password',
    passReqToCallback: false,
    skipUserProfile: false,
    authSchema: 'https',
    authHostname: false,
    authPort: 443,
    openSocial: '/connections',
    authMethod: 'GET',
    defaultRequestHeaders: {
      'user-agent': 'Mozilla/5.0'
    }
  }

authHostname is required!