<?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: user id and password for http://127.0.0.1:8080/alfresco/api/AuthenticationService in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/user-id-and-password-for-http-127-0-0-1-8080-alfresco-api/m-p/81947#M25191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply...&lt;/P&gt;&lt;P&gt;but where these services deploy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written below code&amp;nbsp;in C#&amp;nbsp;but its not working. Its asking me user id and password and i am giving the same password which i am using to login "&lt;A href="http://127.0.0.1:8080/share/page/console/admin-console/application" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8080/share/page/console/admin-console/application&lt;/A&gt;" my local alfresco env.&lt;/P&gt;&lt;P&gt;what am i missing here.pls help.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: Consolas; font-size: small;"&gt;// Initializing the URL of webservices used in this adaptor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; mAuthenticationService.Url = &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas; "&gt;"http://127.0.0.1&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas; "&gt;:8080&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas; "&gt;/alfresco/api/AuthenticationService"&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt;mAccessControlService.Url = &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas; "&gt;"http://127.0.0.1:&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas; "&gt;8080&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas; "&gt;/alfresco/api/AccessControlService"&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: small; font-family: Consolas; "&gt;// ends here&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: small; font-family: Consolas; "&gt;// making the connection with Alfresco repository&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;AuthenticationResult lAuthenticationResult = mAuthenticationService.startSession(mUserId, lPassword);&lt;/P&gt;&lt;P&gt;mTicket = lAuthenticationResult.ticket;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: small; font-family: Consolas; "&gt;// Adding Security Header&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;AddSecurityHeader(mRepositoryService);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: small; font-family: Consolas; "&gt;// ends here&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas; "&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; (mTicket != &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas; "&gt;null&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: small; font-family: Consolas; "&gt;//Checking if the connection is made than true is returned&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; lconnect = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas; "&gt;true&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Apr 2019 07:26:05 GMT</pubDate>
    <dc:creator>karu1305</dc:creator>
    <dc:date>2019-04-30T07:26:05Z</dc:date>
    <item>
      <title>user id and password for http://127.0.0.1:8080/alfresco/api/AuthenticationService</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/user-id-and-password-for-http-127-0-0-1-8080-alfresco-api/m-p/81944#M25188</link>
      <description>HI Everyone,i am working as a .net developer and I am new to alfresco.We have a requirement to connect alfresco repository and read documents content and system properties along with aspect and custom type(model ).to explore and to know about the alfresco , i have installed local alfresco environmen</description>
      <pubDate>Tue, 23 Apr 2019 07:52:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/user-id-and-password-for-http-127-0-0-1-8080-alfresco-api/m-p/81944#M25188</guid>
      <dc:creator>karu1305</dc:creator>
      <dc:date>2019-04-23T07:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: user id and password for http://127.0.0.1:8080/alfresco/api/AuthenticationService</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/user-id-and-password-for-http-127-0-0-1-8080-alfresco-api/m-p/81945#M25189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you should read this article:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="6799" __jive_macro_name="document" _jive_internal="true" class="jive_macro jive_macro_document link-titled" href="https://community.alfresco.com/docs/DOC-6799-alfresco-one-52-rest-api-authentication-over-alfresco" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2019 14:10:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/user-id-and-password-for-http-127-0-0-1-8080-alfresco-api/m-p/81945#M25189</guid>
      <dc:creator>francesco_forna</dc:creator>
      <dc:date>2019-04-23T14:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: user id and password for http://127.0.0.1:8080/alfresco/api/AuthenticationService</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/user-id-and-password-for-http-127-0-0-1-8080-alfresco-api/m-p/81946#M25190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using C# you can find some examples on Internet about OpenCmis.&lt;/P&gt;&lt;P&gt;&lt;A href="https://netic360.blogspot.com/2017/04/cmis-conexion-con-alfresco.html" rel="nofollow noopener noreferrer"&gt;https://netic360.blogspot.com/2017/04/cmis-conexion-con-alfresco.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;clv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2019 08:56:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/user-id-and-password-for-http-127-0-0-1-8080-alfresco-api/m-p/81946#M25190</guid>
      <dc:creator>calvo</dc:creator>
      <dc:date>2019-04-25T08:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: user id and password for http://127.0.0.1:8080/alfresco/api/AuthenticationService</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/user-id-and-password-for-http-127-0-0-1-8080-alfresco-api/m-p/81947#M25191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply...&lt;/P&gt;&lt;P&gt;but where these services deploy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written below code&amp;nbsp;in C#&amp;nbsp;but its not working. Its asking me user id and password and i am giving the same password which i am using to login "&lt;A href="http://127.0.0.1:8080/share/page/console/admin-console/application" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8080/share/page/console/admin-console/application&lt;/A&gt;" my local alfresco env.&lt;/P&gt;&lt;P&gt;what am i missing here.pls help.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: Consolas; font-size: small;"&gt;// Initializing the URL of webservices used in this adaptor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; mAuthenticationService.Url = &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas; "&gt;"http://127.0.0.1&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas; "&gt;:8080&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas; "&gt;/alfresco/api/AuthenticationService"&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt;mAccessControlService.Url = &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas; "&gt;"http://127.0.0.1:&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas; "&gt;8080&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas; "&gt;/alfresco/api/AccessControlService"&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: small; font-family: Consolas; "&gt;// ends here&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: small; font-family: Consolas; "&gt;// making the connection with Alfresco repository&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;AuthenticationResult lAuthenticationResult = mAuthenticationService.startSession(mUserId, lPassword);&lt;/P&gt;&lt;P&gt;mTicket = lAuthenticationResult.ticket;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: small; font-family: Consolas; "&gt;// Adding Security Header&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;AddSecurityHeader(mRepositoryService);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: small; font-family: Consolas; "&gt;// ends here&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas; "&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; (mTicket != &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas; "&gt;null&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: small; font-family: Consolas; "&gt;//Checking if the connection is made than true is returned&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt; lconnect = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas; "&gt;true&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas; "&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 07:26:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/user-id-and-password-for-http-127-0-0-1-8080-alfresco-api/m-p/81947#M25191</guid>
      <dc:creator>karu1305</dc:creator>
      <dc:date>2019-04-30T07:26:05Z</dc:date>
    </item>
  </channel>
</rss>

