<?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: How to disable basic authentication for web scripts in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-basic-authentication-for-web-scripts/m-p/215808#M168938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are 4 levels of authentication for webscripts:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.None—The Web script does not require any authentication to be invoked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.Guest—The Web script may be invoked by a guest user of the Alfresco Content Application Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.User —The Web script must be invoked by a named user known to the Alfresco Content Application Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.Admin – The Web script must be invoked by a named user who is an administrator of the Alfresco Content Application Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jul 2010 08:42:53 GMT</pubDate>
    <dc:creator>chandu7ee</dc:creator>
    <dc:date>2010-07-08T08:42:53Z</dc:date>
    <item>
      <title>How to disable basic authentication for web scripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-basic-authentication-for-web-scripts/m-p/215805#M168935</link>
      <description>Hello everyone.I am looking for a way to disable the basic authentication that happens automatically for web scripts when they require authentIication.I am developing a custom web application which is backed by a number of web scripts which require an authenticated user. However, rather than relying</description>
      <pubDate>Thu, 24 Jun 2010 16:28:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-basic-authentication-for-web-scripts/m-p/215805#M168935</guid>
      <dc:creator>jduke</dc:creator>
      <dc:date>2010-06-24T16:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable basic authentication for web scripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-basic-authentication-for-web-scripts/m-p/215806#M168936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried setting the authentication parameter on the web script to "none".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;webscript&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;shortname&amp;gt; Sample&amp;lt;/shortname&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;description&amp;gt;Sample&amp;lt;/description&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;url&amp;gt;/sample/args&amp;lt;/url&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;authentication&amp;gt;none&amp;lt;/authentication&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/webscript&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 17:57:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-basic-authentication-for-web-scripts/m-p/215806#M168936</guid>
      <dc:creator>stevegreenbaum</dc:creator>
      <dc:date>2010-06-24T17:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable basic authentication for web scripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-basic-authentication-for-web-scripts/m-p/215807#M168937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How are you building your custom web application? If you app is calling webscripts with a key how is the user's browser getting a 401. Surely your app would just throw an error about not being able to call the web script. You'll need to code your code that calls the webscripts to respond to a challenge request. Alternatively, use Surf framework to build your custom web app as it has built in credential vault to deal with authentication issues like this. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ainga&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jun 2010 14:37:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-basic-authentication-for-web-scripts/m-p/215807#M168937</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2010-06-26T14:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable basic authentication for web scripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-basic-authentication-for-web-scripts/m-p/215808#M168938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are 4 levels of authentication for webscripts:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.None—The Web script does not require any authentication to be invoked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.Guest—The Web script may be invoked by a guest user of the Alfresco Content Application Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.User —The Web script must be invoked by a named user known to the Alfresco Content Application Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.Admin – The Web script must be invoked by a named user who is an administrator of the Alfresco Content Application Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 08:42:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-basic-authentication-for-web-scripts/m-p/215808#M168938</guid>
      <dc:creator>chandu7ee</dc:creator>
      <dc:date>2010-07-08T08:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable basic authentication for web scripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-basic-authentication-for-web-scripts/m-p/215809#M168939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can pass the URL of your webapp with ALF_TICKET like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://localhost:8080/alfresco/service/mywebscript?[ALF_TICKET" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/mywebscript?[ALF_TICKET&lt;/A&gt;]&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get this ticket from:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/alfresco/service/api/login?u=&amp;lt;uname&amp;gt;&amp;amp;pw=&amp;lt;pwd&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Let us know if this works for you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 18:23:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-basic-authentication-for-web-scripts/m-p/215809#M168939</guid>
      <dc:creator>rafaelscg</dc:creator>
      <dc:date>2010-07-29T18:23:47Z</dc:date>
    </item>
  </channel>
</rss>

