<?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 Exposing a Web Service Authentication in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71619#M24224</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;We use Blue Prism 5.0.30.&lt;BR /&gt;&lt;BR /&gt;We would like to switch to exposing an Object as a Web Service for data ingestion to create queue items.&lt;BR /&gt;&lt;BR /&gt;I am able to set up the object in a local instance of Blue Prism and successfully transfer data using Basic Authentication to send my own credentials with the SOAP API call.&lt;BR /&gt;&lt;BR /&gt;When I move to my development / test environment, which uses Active Directory for user authentication, I cannot complete authentication for SOAP - I do not know what parameters to send.&amp;nbsp; I am struggling to find documentation on authentication - I'm not even sure if I'm asking the right questions.&lt;BR /&gt;&lt;BR /&gt;Is authentication possible in this scenario?&lt;BR /&gt;&lt;BR /&gt;Thank-you,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kirsten Avarmaa&lt;BR /&gt;Business Systems Specialist&lt;BR /&gt;Empire Life&lt;BR /&gt;America/Toronto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 16 Jun 2020 14:56:00 GMT</pubDate>
    <dc:creator>KirstenA</dc:creator>
    <dc:date>2020-06-16T14:56:00Z</dc:date>
    <item>
      <title>Exposing a Web Service Authentication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71619#M24224</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;We use Blue Prism 5.0.30.&lt;BR /&gt;&lt;BR /&gt;We would like to switch to exposing an Object as a Web Service for data ingestion to create queue items.&lt;BR /&gt;&lt;BR /&gt;I am able to set up the object in a local instance of Blue Prism and successfully transfer data using Basic Authentication to send my own credentials with the SOAP API call.&lt;BR /&gt;&lt;BR /&gt;When I move to my development / test environment, which uses Active Directory for user authentication, I cannot complete authentication for SOAP - I do not know what parameters to send.&amp;nbsp; I am struggling to find documentation on authentication - I'm not even sure if I'm asking the right questions.&lt;BR /&gt;&lt;BR /&gt;Is authentication possible in this scenario?&lt;BR /&gt;&lt;BR /&gt;Thank-you,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kirsten Avarmaa&lt;BR /&gt;Business Systems Specialist&lt;BR /&gt;Empire Life&lt;BR /&gt;America/Toronto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jun 2020 14:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71619#M24224</guid>
      <dc:creator>KirstenA</dc:creator>
      <dc:date>2020-06-16T14:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exposing a Web Service Authentication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71620#M24225</link>
      <description>Hi, Kirsten,&lt;BR /&gt;&lt;BR /&gt;it should work the same way as without SSO. Did you try to send your username and password in your SOAP API call? I have a client where they've got SSO at Blue Prism level and SOAP calls work fine with provided username/password.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jun 2020 06:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71620#M24225</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2020-06-17T06:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exposing a Web Service Authentication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71621#M24226</link>
      <description>In my local instance, I have a 'user account' set up with admin privileges.&lt;BR /&gt;&lt;BR /&gt;When I use basic authentication to send the request, authentication is able to complete.&lt;BR /&gt;&lt;BR /&gt;In my development environment, I don't have a name or password for Blue prism.&amp;nbsp; When I pass my network credentials in the SOAP request, I receive an authentication error.&amp;nbsp; I cannot add a user in Security &amp;gt; Users and assign a name or password.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kirsten Avarmaa&lt;BR /&gt;Business Systems Specialist&lt;BR /&gt;Empire Life&lt;BR /&gt;America/Toronto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jun 2020 15:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71621#M24226</guid>
      <dc:creator>KirstenA</dc:creator>
      <dc:date>2020-06-18T15:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exposing a Web Service Authentication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71622#M24227</link>
      <description>Hi, Kirsten,&lt;BR /&gt;&lt;BR /&gt;it is not about having a user in Blue Prism. In SSO authentication it is done through Microsoft Active Directory so you cannot add it as you described. It is correct. However, you still can access Blue Prism because your windows account is part of MS AD group which is assigned certain permission within BP environment.&lt;BR /&gt;&lt;BR /&gt;So if you use your domain account in your SOAP call with your password that should work fine. Do you use SOAP UI tool? You choose there only Basic Authentication and add username and password (your windows account) and it should work fine.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jun 2020 06:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71622#M24227</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2020-06-19T06:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exposing a Web Service Authentication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71623#M24228</link>
      <description>Hello&amp;nbsp;Zdeněk,&lt;BR /&gt;&lt;BR /&gt;We are using both SOAPUI (5.5.0) and Postman as part of our validation tools.&amp;nbsp; We have been able to successfully GET (without authentication), but not perform POST methods.&lt;BR /&gt;&lt;BR /&gt;In SOAPUI we get the response HTTP/1.1 401 Unauthorized&lt;BR /&gt;&lt;BR /&gt;In postman I can use basic or inherited auth which results in (editted): the same 401 unauthorized error.&lt;BR /&gt;&lt;BR /&gt;Thank-you for your feedback.&amp;nbsp; It is reassuring to know we're on the right track!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kirsten Avarmaa&lt;BR /&gt;Business Systems Specialist&lt;BR /&gt;Empire Life&lt;BR /&gt;America/Toronto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jun 2020 13:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71623#M24228</guid>
      <dc:creator>KirstenA</dc:creator>
      <dc:date>2020-06-19T13:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exposing a Web Service Authentication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71624#M24229</link>
      <description>Hi, Kirsten,&lt;BR /&gt;&lt;BR /&gt;I am attaching the screen shot from SOAP UI. You can see in the bottom part the basic authentication where I used my BP account and password. That is on my local machine but the same approach works for SSO. You just need to specify your windows account and password.&lt;BR /&gt;&lt;BR /&gt;Regards,
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15121.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/15285i15F83BE05EF9B22F/image-size/large?v=v2&amp;amp;px=999" role="button" title="15121.png" alt="15121.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 20 Jun 2020 21:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71624#M24229</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2020-06-20T21:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exposing a Web Service Authentication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71625#M24230</link>
      <description>&lt;SPAN&gt;Hello&amp;nbsp;Zdeněk,&lt;BR /&gt;&lt;BR /&gt;I appreciate the screenshot&amp;nbsp; I have been able to use the authentication box in order to connect to my local instance of Blue Prism, but not our SSO dev region.&amp;nbsp; Thank-you for confirming that we are on the right path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kirsten Avarmaa&lt;BR /&gt;Business Systems Specialist&lt;BR /&gt;Empire Life&lt;BR /&gt;America/Toronto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jun 2020 12:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71625#M24230</guid>
      <dc:creator>KirstenA</dc:creator>
      <dc:date>2020-06-24T12:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exposing a Web Service Authentication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71626#M24231</link>
      <description>I believe we may have found our error - we were trying to validate first with http, instead of https, but an MS AD server requires a secure connection.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kirsten Avarmaa&lt;BR /&gt;Business Systems Specialist&lt;BR /&gt;Empire Life&lt;BR /&gt;America/Toronto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jun 2020 14:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71626#M24231</guid>
      <dc:creator>KirstenA</dc:creator>
      <dc:date>2020-06-24T14:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exposing a Web Service Authentication</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71627#M24232</link>
      <description>The final answer is that we were using a version of Blue Prism with a bug for SOAP in it.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kirsten Avarmaa&lt;BR /&gt;Business Systems Specialist&lt;BR /&gt;Empire Life&lt;BR /&gt;America/Toronto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jul 2020 15:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exposing-a-Web-Service-Authentication/m-p/71627#M24232</guid>
      <dc:creator>KirstenA</dc:creator>
      <dc:date>2020-07-02T15:26:00Z</dc:date>
    </item>
  </channel>
</rss>

