<?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 How to use nuxeo rest api without authenticate? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-nuxeo-rest-api-without-authenticate/m-p/327607#M14608</link>
    <description>&lt;P&gt;I use nuxeo rest api with basic authenticate. But I want to use it without authenticate? How can I solve it?&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jul 2020 17:19:23 GMT</pubDate>
    <dc:creator>Mustafa_Mustafa</dc:creator>
    <dc:date>2020-07-01T17:19:23Z</dc:date>
    <item>
      <title>How to use nuxeo rest api without authenticate?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-nuxeo-rest-api-without-authenticate/m-p/327607#M14608</link>
      <description>&lt;P&gt;I use nuxeo rest api with basic authenticate. But I want to use it without authenticate? How can I solve it?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 17:19:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-nuxeo-rest-api-without-authenticate/m-p/327607#M14608</guid>
      <dc:creator>Mustafa_Mustafa</dc:creator>
      <dc:date>2020-07-01T17:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use nuxeo rest api without authenticate?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-nuxeo-rest-api-without-authenticate/m-p/327608#M14609</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I think you can use the Anonymous authentication: &lt;A href="https://doc.nuxeo.com/nxdoc/using-anonymous-authentication/"&gt;https://doc.nuxeo.com/nxdoc/using-anonymous-authentication/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;However, you will need to contribute to "specificChain" extension point. For more info: &lt;A href="https://explorer.nuxeo.com/nuxeo/site/distribution/Nuxeo%20Platform%20LTS%202019-10.10/viewContribution/org.nuxeo.ecm.automation.server.auth.config--specificChains"&gt;https://explorer.nuxeo.com/nuxeo/site/distribution/Nuxeo%20Platform%20LTS%202019-10.10/viewContribution/org.nuxeo.ecm.automation.server.auth.config--specificChains&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The contribution shouls be something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-xml"&gt;&amp;lt;require&amp;gt;org.nuxeo.ecm.restapi.server.auth.config&amp;lt;/require&amp;gt;

&amp;lt;extension target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService" point="specificChains"&amp;gt;

	&amp;lt;specificAuthenticationChain name="RestAPI"&amp;gt;
		&amp;lt;urlPatterns&amp;gt;
			&amp;lt;url&amp;gt;(.*)/api/v.*&amp;lt;/url&amp;gt;
		&amp;lt;/urlPatterns&amp;gt;
		&amp;lt;replacementChain&amp;gt;
			&amp;lt;plugin&amp;gt;ANONYMOUS_AUTH&amp;lt;/plugin&amp;gt;
			&amp;lt;plugin&amp;gt;AUTOMATION_BASIC_AUTH&amp;lt;/plugin&amp;gt;
			&amp;lt;plugin&amp;gt;TOKEN_AUTH&amp;lt;/plugin&amp;gt;
			&amp;lt;plugin&amp;gt;OAUTH2_AUTH&amp;lt;/plugin&amp;gt;
			&amp;lt;plugin&amp;gt;JWT_AUTH&amp;lt;/plugin&amp;gt;
		&amp;lt;/replacementChain&amp;gt;
	&amp;lt;/specificAuthenticationChain&amp;gt;

&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 18:42:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-nuxeo-rest-api-without-authenticate/m-p/327608#M14609</guid>
      <dc:creator>Rodri_</dc:creator>
      <dc:date>2020-07-01T18:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to use nuxeo rest api without authenticate?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-nuxeo-rest-api-without-authenticate/m-p/327609#M14610</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Why are you avoiding authentication? This is a bad practice: allowing anonymous auth has a lot of  side effects, specially on the  UI part.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 21:14:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-nuxeo-rest-api-without-authenticate/m-p/327609#M14610</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2020-07-03T21:14:46Z</dc:date>
    </item>
  </channel>
</rss>

