Nuxeo and Shibboleth

Brian Tingle Brian.Tingle at ucop.edu
Tue Jun 4 21:22:21 EDT 2013


Does anyone use Nuxeo with Shibboleth?

It is listed on the wiki as a Shibboleth 2.x enabled application.

https://wiki.shibboleth.net/confluence/display/SHIB2/ShibEnabled

But I can't figure out how to test it with https://www.testshib.org/

I can't find any way to export metadata for registration.  And it does not have a shibboleth2.xml; it has a
shibboleth-login-config.xml

<component name="sample.shibboleth.config">

  <extension
    target="org.nuxeo.ecm.platform.shibboleth.service.ShibbolethAuthenticationService"
    point="config">
    <config>
      <uidHeaders>
        <default>${nuxeo.shibboleth.default.uid}</default>
      </uidHeaders>

      <loginURL>${nuxeo.shibboleth.login.url}</loginURL>
      <logoutURL>${nuxeo.shibboleth.logout.url}</logoutURL>

      <fieldMapping header="uid">username</fieldMapping>
      <fieldMapping header="mail">email</fieldMapping>
    </config>
  </extension>

</component>

Is there a way I can calculate the loginURL and logoutURL from the shibboleth2.xml I downloaded from testshib.org?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130605/ef36e2f2/attachment-0001.html 


More information about the users mailing list