<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CMIS Nuxeo and SSO in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/cmis-nuxeo-and-sso/m-p/321666#M8667</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;i do not know what kind of Authentication service you want to use but you should have a look at the order of your plugins in the "chain" extension point of "org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService".&lt;/P&gt;
&lt;P&gt;For instance, if you want to use HTTP Auth for CMIS and Shibboleth for UI, you should have something like :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;extension target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService" point="chain"&amp;gt;
	&amp;lt;authenticationChain&amp;gt;
		&amp;lt;plugins&amp;gt;
			&amp;lt;plugin&amp;gt;BASIC_AUTH&amp;lt;/plugin&amp;gt; 
			&amp;lt;plugin&amp;gt;SHIB_AUTH&amp;lt;/plugin&amp;gt; 
		&amp;lt;/plugins&amp;gt;
	&amp;lt;/authenticationChain&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 22 Mar 2017 14:37:33 GMT</pubDate>
    <dc:creator>pibou_Bouvret</dc:creator>
    <dc:date>2017-03-22T14:37:33Z</dc:date>
    <item>
      <title>CMIS Nuxeo and SSO</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/cmis-nuxeo-and-sso/m-p/321665#M8666</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;I want to test CMIS wsdl via SoapUI.&lt;/P&gt;
&lt;P&gt;My nuxeo instance have SSO authentification .&lt;/P&gt;
&lt;P&gt;When i try to get a response form the webservices ( i put a virtual user in my request) , it's return the html code of login page .&lt;/P&gt;
&lt;P&gt;Any idea ?
thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 14:13:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/cmis-nuxeo-and-sso/m-p/321665#M8666</guid>
      <dc:creator>Denize_Jean-Bap</dc:creator>
      <dc:date>2017-03-22T14:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Nuxeo and SSO</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/cmis-nuxeo-and-sso/m-p/321666#M8667</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;i do not know what kind of Authentication service you want to use but you should have a look at the order of your plugins in the "chain" extension point of "org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService".&lt;/P&gt;
&lt;P&gt;For instance, if you want to use HTTP Auth for CMIS and Shibboleth for UI, you should have something like :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;extension target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService" point="chain"&amp;gt;
	&amp;lt;authenticationChain&amp;gt;
		&amp;lt;plugins&amp;gt;
			&amp;lt;plugin&amp;gt;BASIC_AUTH&amp;lt;/plugin&amp;gt; 
			&amp;lt;plugin&amp;gt;SHIB_AUTH&amp;lt;/plugin&amp;gt; 
		&amp;lt;/plugins&amp;gt;
	&amp;lt;/authenticationChain&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Mar 2017 14:37:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/cmis-nuxeo-and-sso/m-p/321666#M8667</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2017-03-22T14:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Nuxeo and SSO</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/cmis-nuxeo-and-sso/m-p/321667#M8668</link>
      <description>&lt;P&gt;I will try to change order .&lt;/P&gt;
&lt;P&gt;My actual order is :&lt;/P&gt;
&lt;EXTENSION target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService" point="authenticators"&gt;
		&lt;AUTHENTICATIONPLUGIN name="PROXY_AUTH"&gt;
			&lt;LOGINMODULEPLUGIN&gt;Trusting_LM&lt;/LOGINMODULEPLUGIN&gt;
				&lt;PARAMETERS&gt;
					XXX
				&lt;/PARAMETERS&gt;
		&lt;/AUTHENTICATIONPLUGIN&gt;
	&lt;/EXTENSION&gt;
	&lt;!-- Include Proxy Auth into authentication chain --&gt;
	&lt;EXTENSION target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService" point="chain"&gt;
		&lt;AUTHENTICATIONCHAIN&gt;
			&lt;PLUGINS&gt;
				&lt;PLUGIN&gt;PROXY_AUTH&lt;/PLUGIN&gt;
				&lt;!--  Keep basic Auth at top of Auth chain to support RSS access via BasicAuth --&gt;
				&lt;PLUGIN&gt;BASIC_AUTH&lt;/PLUGIN&gt;
				&lt;PLUGIN&gt;FORM_AUTH&lt;/PLUGIN&gt;
			&lt;/PLUGINS&gt;
		&lt;/AUTHENTICATIONCHAIN&gt;
	&lt;/EXTENSION&gt;</description>
      <pubDate>Wed, 22 Mar 2017 14:43:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/cmis-nuxeo-and-sso/m-p/321667#M8668</guid>
      <dc:creator>Denize_Jean-Bap</dc:creator>
      <dc:date>2017-03-22T14:43:31Z</dc:date>
    </item>
  </channel>
</rss>

