nuxeo/nuxeo-shibboleth-invitation

Name: nuxeo-shibboleth-invitation

Owner: Nuxeo

Description: Nuxeo Shibboleth Invitation Addon

Created: 2015-08-04 13:45:25.0

Updated: 2018-03-15 10:39:42.0

Pushed: 2018-05-18 09:30:44.0

Homepage: null

Size: 151

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status

About Nuxeo Shibboleth Invitation

The Nuxeo addon nuxeo-shibboleth-invitation provides the ability to invite external user to access Nuxeo Platform through basic or Shibboleth authentication.

Building
mvn clean install
Getting Started
  1. Download a Nuxeo server (the zip version).

  2. Unzip it.

  3. See Configuring Part.

  4. Install nuxeo-shibboleth-invitation plugin from command line:

    Linux/Mac:

    • NUXEO_HOME/bin/nuxeoctl mp-init
    • NUXEO_HOME/bin/nuxeoctl mp-install nuxeo-shibboleth-invitation
    • NUXEO_HOME/bin/nuxeoctl start

    Windows:

    • NUXEO_HOME\bin\nuxeoctl.bat mp-init
    • NUXEO_HOME\bin\nuxeoctl.bat mp-install nuxeo-shibboleth-invitation
    • NUXEO_HOME\bin\nuxeoctl.bat start
  5. From your browser, go to http://localhost:8080/nuxeo.

  6. Follow Nuxeo Wizard by clicking Next buttons, re-start once completed.

  7. Check Nuxeo correctly re-started http://localhost:8080/nuxeo.

  8. Username: Administrator

  9. Password: Administrator

You can now use the addon.

Note: Your machine needs internet access. If you have a proxy setting, skip the mp-init and mp-install steps at first. Just do nuxeoctl start and run the wizzard where you will be asked your proxy settings.

Deploying

Install the Nuxeo Shibboleth Invitation Nuxeo Package. Or manually copy the built artifacts into $NUXEO_HOME/templates/custom/bundles/ and activate the “custom” template.

Configuring

Create the following shibboleth-config.xml file in $NUXEO_HOME/nxserver/config:

ponent name="sample.shibboleth.config">

equire>org.nuxeo.ecm.platform.usermanager.UserManagerImpl</require>

equire>org.nuxeo.ecm.platform.ui.web.auth.WebEngineConfig</require>

xtension target="org.nuxeo.ecm.platform.shibboleth.service.ShibbolethAuthenticationService"
point="config">
<config>
  <uidHeaders>
    <default>uid</default>
  </uidHeaders>

  <loginURL>http://host/Shibboleth.sso/WAYF</loginURL>
  <logoutURL>http://host/Shibboleth.sso/logout</logoutURL>

  <!-- Add others fieldMappings if needed -->
  <fieldMapping header="uid">username</fieldMapping>
  <fieldMapping header="mail">email</fieldMapping>
</config>
extension>
mponent>
Report & Contribute

We are glad to welcome new developers on this initiative, and even simple usage feedback is great.

About Nuxeo

Nuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.