Installation

  • Install NodeConductor

  • Clone NodeConductor OpenID repository

    git clone https://github.com/opennode/nodeconductor-auth-openid.git
    
  • Install NodeConductor OpenID into NodeConductor virtual environment

    cd /path/to/nodeconductor-auth-openid/
    python setup.py install
    
  • Define configuration settings: LOGIN_URL_TEMPLATE and LOGIN_FAILED_URL_TEMPLATE

The former is used if login has succeeded, the latter is used if login has failed.