<?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 authenticate at API in Alfresco 23.2.0 Comminity addition in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-authenticate-at-api-in-alfresco-23-2-0-comminity-addition/m-p/484513#M39592</link>
    <description>&lt;P&gt;You can access alfresco webscript by below way also.&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost:8080/alfresco/s/index" target="_blank"&gt;http://localhost:8080/alfresco/s/index&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Nov 2024 15:20:46 GMT</pubDate>
    <dc:creator>sp2</dc:creator>
    <dc:date>2024-11-14T15:20:46Z</dc:date>
    <item>
      <title>How to authenticate at API in Alfresco 23.2.0 Comminity addition</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-authenticate-at-api-in-alfresco-23-2-0-comminity-addition/m-p/484499#M39589</link>
      <description>&lt;P&gt;Greeting friends, I have installed Alfresco Comminity addition 23.2.0 through zip file folowed by steps at article:&lt;BR /&gt;&lt;A href="https://connect.hyland.com/t5/alfresco-blog/installing-alfresco-23-2-in-ubuntu-24-04-using-zip-distribution/ba-p/127050" target="_blank" rel="noopener"&gt;https://connect.hyland.com/t5/alfresco-blog/installing-alfresco-23-2-in-ubuntu-24-04-using-zip-distribution/ba-p/127050&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And i try to authenticate throught postman, but i don't no which endpoint in REST API to hit&lt;BR /&gt;for example to get people is use (after authenticate through GUI share web page)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://192.168.201.170:8080/share/proxy/alfresco/api/groups" target="_blank" rel="noopener"&gt;http://localhost:8080/share/proxy/alfresco/api/groups&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/share/proxy/alfresco/api/people" target="_blank" rel="noopener"&gt;http://localhost:8080/share/proxy/alfresco/api/people&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I try to trace post request though network tab in Dev Tools (F12), no luck&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 09:06:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-authenticate-at-api-in-alfresco-23-2-0-comminity-addition/m-p/484499#M39589</guid>
      <dc:creator>lukyanenaA</dc:creator>
      <dc:date>2024-11-14T09:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to authenticate at API in Alfresco 23.2.0 Comminity addition</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-authenticate-at-api-in-alfresco-23-2-0-comminity-addition/m-p/484503#M39590</link>
      <description>&lt;P data-unlink="true"&gt;Use API Explorer for help. If you have it installed go to http://${SERVER_NAME}/api-explorer . If not, check &amp;nbsp;&lt;A href="https://api-explorer.alfresco.com/api-explorer/" target="_blank" rel="noopener"&gt;https://api-explorer.alfresco.com/api-explorer/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There are two way to authenticate from postman: Base authentication with username/password or get a ticket from authentication api.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;curl -X &lt;SPAN&gt;'POST'&lt;SPAN&gt; \&lt;BR /&gt;  &lt;SPAN&gt;'https://uour-server.com/alfresco/api/-default-/public/authentication/versions/1/tickets'&lt;SPAN&gt; \&lt;BR /&gt;&lt;SPAN&gt;  -H &lt;SPAN&gt;'accept: application/json'&lt;SPAN&gt; \&lt;BR /&gt;&lt;SPAN&gt;  -H &lt;SPAN&gt;'Content-Type: application/json'&lt;SPAN&gt; \&lt;BR /&gt;&lt;SPAN&gt;  -d &lt;SPAN&gt;'{&lt;BR /&gt;&lt;SPAN&gt;  "userId": "admin",&lt;BR /&gt;&lt;SPAN&gt;  "password": "admin"&lt;BR /&gt;&lt;SPAN&gt;}'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 12:13:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-authenticate-at-api-in-alfresco-23-2-0-comminity-addition/m-p/484503#M39590</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2024-11-14T12:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to authenticate at API in Alfresco 23.2.0 Comminity addition</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-authenticate-at-api-in-alfresco-23-2-0-comminity-addition/m-p/484513#M39592</link>
      <description>&lt;P&gt;You can access alfresco webscript by below way also.&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost:8080/alfresco/s/index" target="_blank"&gt;http://localhost:8080/alfresco/s/index&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 15:20:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-authenticate-at-api-in-alfresco-23-2-0-comminity-addition/m-p/484513#M39592</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2024-11-14T15:20:46Z</dc:date>
    </item>
  </channel>
</rss>

