<?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: Unable to configure OS User Authentication with Cyber Ark VBO in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60073#M13608</link>
    <description>Udit,&lt;BR /&gt;&lt;BR /&gt;Do you see a difference if you try to manually set the Windows credential in the CyberArk VBO code stage? The line would look something like this, replacing username, password, and domain (optional) with actual credential values for your environment:&lt;BR /&gt;&lt;CODE&gt; request.Credentials = new NetworkCredential("username", "password", "domain");&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;If that does not work, I would question if the Windows credentials are getting dropped somewhere in IIS on the CyberArk side.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Charlie Kovacs&lt;BR /&gt;Sr. Digital Exchange Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, USA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 25 Apr 2022 20:11:00 GMT</pubDate>
    <dc:creator>charliekovacs</dc:creator>
    <dc:date>2022-04-25T20:11:00Z</dc:date>
    <item>
      <title>Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60063#M13598</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I downloaded the below DX asset and tried to access Cyber Ark safe from Blue prism and it worked fine as long as user level restriction was not applied at Cyber Ark end.&lt;BR /&gt;&lt;BR /&gt;Once Cyber Ark team enabled user whitelisting, this particular asset stopped working and returned error:&lt;BR /&gt;Exception encountered while sending request&lt;BR /&gt;The remote server returned an error: (500) Internal Server Error&lt;BR /&gt;&lt;BR /&gt;We were provided with couple of steps that was required to be added in the code stages in order to make OS user authentication work. However, we got the same error again.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Following were the steps:&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;request.PreAuthenticate = true;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;and/or&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;request.Credentials = CredentialCache.DefaultNetworkCredentials;&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;Has anyone else faced similar issue while setting up OS level user authentication?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://eucattachment.freshdesk.com/inline/attachment?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6NzA3ODM3MjI4MCwiZG9tYWluIjoiYmx1ZXByaXNtZXUuZnJlc2hkZXNrLmNvbSIsImFjY291bnRfaWQiOjQ5MDIwNn0.8dGs72LQ4dNS4N7-0TrT14DkPvP9IvCF1azQ3EdrpsI" class="img-responsive" data-mce-hlimagekey="33c9658e-fe23-c9ea-529c-eb29d8339d47" data-mce-hlselector="#MainCopy_ctl05_PostMessageContributedContent_TinyMCEEditor_TinyMCEContent" /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Udit Khanna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2022 14:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60063#M13598</guid>
      <dc:creator>UditKhanna</dc:creator>
      <dc:date>2022-04-13T14:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60064#M13599</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1755"&gt;@UditKhanna&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I didn't use Cyber Ark before. But usually, when you get an 500 http error, the problem is in the server that you call, not in the client. If you are failing with the authentication you will get an 401 unauthorized error or 403 forbiden error.&lt;BR /&gt;&lt;BR /&gt;Did you check ​if You have any issue in the server or is responding well? Another test that You can make is to call the service with an external tool like SoapUi or Postman.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you.&lt;BR /&gt;&lt;BR /&gt;See You in the Community, bye :)​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2022 15:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60064#M13599</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-04-13T15:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60065#M13600</link>
      <description>Hi Udit,&lt;BR /&gt;&lt;BR /&gt;Here are a few questions:&lt;BR /&gt;1. Are you making the call via SOAP? or REST?&lt;BR /&gt;2. Are you able to call the CyberArk endpoint successfully outside of Blue Prism? (eg. Postman)&lt;BR /&gt;3. Can you share an example of the error response you are receiving from CyberArk?&lt;BR /&gt;&lt;BR /&gt;As Pablo mentioned, a 500 error would be a problem within CyberArk. But if the error is in the 400 range, then it is more likely a problem with how the authentication is being formed in the request coming out of Blue Prism. The integration has an output parameter that will contain the Request Data - that may help us troubleshoot if we can see what the request looks like.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Charlie Kovacs&lt;BR /&gt;Sr. Digital Exchange Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, USA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2022 19:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60065#M13600</guid>
      <dc:creator>charliekovacs</dc:creator>
      <dc:date>2022-04-13T19:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60066#M13601</link>
      <description>Thanks for the reply &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2629"&gt;@charliekovacs&lt;/a&gt;. Following are the required answers:&lt;BR /&gt;&lt;BR /&gt;1. SOAP&lt;BR /&gt;2. Yes&lt;BR /&gt;3. &lt;SPAN&gt;The remote server returned an error: (500) Internal Server Error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Value of Request ​Data :&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;URL: "CyberArk URL"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Method: POST&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Timeout: 10000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Header: Content-Type: text/xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Header: Host: "Host Name"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;XML Body:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;/SPAN&gt;&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" alt="http://schemas.xmlsoap.org/soap/envelope/" target="_blank" rel="noopener"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&lt;SPAN&gt;" xmlns:tem="&lt;/SPAN&gt;&lt;A href="https://tempuri.org/" alt="https://tempuri.org/" target="_blank" rel="noopener"&gt;https://tempuri.org/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;soapenv:Header/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;soapenv:Body&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tem:GetPassword&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tem:passwordWSRequest&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tem:AppID&amp;gt;"Added APP ID Here"/tem:AppID&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tem:Safe&amp;gt;"Added SAFE Here"&amp;lt;/tem:Safe&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tem:Folder&amp;gt;Root&amp;lt;/tem:Folder&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tem:Object&amp;gt;"Added object Query here"&amp;lt;/tem:Object&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tem:Username&amp;gt;"added username here"&amp;lt;/tem:Username&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tem:Address&amp;gt;.*&amp;lt;/tem:Address&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tem:PolicyID&amp;gt;"added policy id here""&amp;lt;/tem:PolicyID&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tem:ConnectionTimeout&amp;gt;30&amp;lt;/tem:ConnectionTimeout&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tem:Query&amp;gt;"Added object Query here"&amp;lt;/tem:Query&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tem:QueryFormat&amp;gt;Regexp&amp;lt;/tem:QueryFormat&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tem:Database&amp;gt;blueprism&amp;lt;/tem:Database&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Udit Khanna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2022 09:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60066#M13601</guid>
      <dc:creator>UditKhanna</dc:creator>
      <dc:date>2022-04-14T09:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60067#M13602</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1755"&gt;@UditKhanna&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I'm totally sure that the problem is in the Service that you are calling and not in the Blue Prism part.&lt;BR /&gt;&lt;BR /&gt;Just to go one step back... Can you try to access the service using a common browser? (Not need to send nothing, just to check what happends) If you get an "Internal Application Error", you must to review this part first. (Maybe you miss any IIS configuration, or is an error with the Service configuration)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye :)​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2022 09:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60067#M13602</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-04-14T09:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60068#M13603</link>
      <description>Hi Pablo ,&lt;BR /&gt;This is the end point output. Blue prism is able to connect to cyberark as long as cyberark doesn't apply user level restriction. Once they apply user restriction, the internal server 500 is thrown at BP end.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="26558.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/26691iB09DC4CFD06F0DEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="26558.png" alt="26558.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sandeep S&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sandeep Satish&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2022 10:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60068#M13603</guid>
      <dc:creator>SandeepSatish</dc:creator>
      <dc:date>2022-04-14T10:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60069#M13604</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1755"&gt;@UditKhanna&lt;/a&gt;, @Sandeep&amp;nbsp;Satish,&lt;BR /&gt;&lt;BR /&gt;So we can assume the Digital Worker is running under a proper Active Directory user account, since you're basically trying to utilize SSO here?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2022 14:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60069#M13604</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-04-14T14:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60070#M13605</link>
      <description>Hi , Yes. the VM server (Digital worker) is logged in with an actual AD user.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sandeep Satish&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Apr 2022 12:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60070#M13605</guid>
      <dc:creator>SandeepSatish</dc:creator>
      <dc:date>2022-04-15T12:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60071#M13606</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1755"&gt;@UditKhanna&lt;/a&gt;&lt;SPAN&gt;, @Sandeep&amp;nbsp;Satish,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As both Pablo and Charlie have mentioned, the HTTP 500 error is indicative of an issue on the server side.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The example code Udit provided in the original post is a valid example of how to associate the logged-in user's credentials with the request, although I'm not sure in pre-auth is really required.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'd suggest working with your CyberArk administrator, and see if they can review the server-side logs to ascertain the nature of the HTTP 500 response.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Apr 2022 12:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60071#M13606</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-04-16T12:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60072#M13607</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/66"&gt;@PabloSarabia&lt;/a&gt; @Eric Wilson, &lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;We worked with the Cyber Ark and we were able to fetch the server&amp;nbsp; logs when the request is made.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Following is the log when the user level restrictions are not applied at the Cyber Ark end:&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Good fetch logs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"[19/04/2022 | 12:11:37] | :: | APPAU005I Provider Prov_name has successfully fetched password [safe=Safe_Id] with query [Object=Object_Id] for application [App_Id] for IP address [Ip_address]. Fetch reason: []"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;This call works fine without any error, however when the user level restrictions are applied, it is not able to get the OS User, and the OS User value is empty, below are the logs when we get an error while making the call:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Bad fetch logs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"[19/04/2022 | 12:25:40] | :: | APPAU006E Provider Prov_name has failed to fetch password with query [Object=Object_Id] for application [App_Id] for IP address [Ip_Address]. Fetch reason: []. Failure reason: [APPAP306E Authentication error for App ID [App_Id]. Reason: APPAP133E Failed to verify application authentication data: OSUser " "&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;​​&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Udit Khanna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Apr 2022 17:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60072#M13607</guid>
      <dc:creator>UditKhanna</dc:creator>
      <dc:date>2022-04-20T17:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60073#M13608</link>
      <description>Udit,&lt;BR /&gt;&lt;BR /&gt;Do you see a difference if you try to manually set the Windows credential in the CyberArk VBO code stage? The line would look something like this, replacing username, password, and domain (optional) with actual credential values for your environment:&lt;BR /&gt;&lt;CODE&gt; request.Credentials = new NetworkCredential("username", "password", "domain");&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;If that does not work, I would question if the Windows credentials are getting dropped somewhere in IIS on the CyberArk side.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Charlie Kovacs&lt;BR /&gt;Sr. Digital Exchange Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, USA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Apr 2022 20:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60073#M13608</guid>
      <dc:creator>charliekovacs</dc:creator>
      <dc:date>2022-04-25T20:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60074#M13609</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2629"&gt;@charliekovacs&lt;/a&gt;, there is no difference when we try to &lt;SPAN&gt;manually set the Windows credential in the CyberArk VBO code stage. We tried the above solution and got the same Internal Server Error.&lt;BR /&gt;&lt;BR /&gt;Following were the server logs we received from Cyber Ark when we sent the request :&lt;BR /&gt;&lt;BR /&gt;"[10/05/2022 | 10:40:42] | :: | APPAU006E Provider Prov_name has failed to fetch password with query [Object=Object_Id] for application [App_Id] for IP address [Ip_Address]. Fetch reason: []. Failure reason: [APPAP306E Authentication error for App ID [App_Id]. Reason: APPAP133E Failed to verify application authentication data: OSUser " "&lt;BR /&gt;&lt;BR /&gt;We have an ongoing case with CyberArk to check &amp;nbsp;if the Windows credentials are getting dropped somewhere in IIS on the CyberArk side. Will get back with updates regarding it as well.&lt;BR /&gt;&lt;BR /&gt;Thank You.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Udit Khanna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 10 May 2022 11:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60074#M13609</guid>
      <dc:creator>UditKhanna</dc:creator>
      <dc:date>2022-05-10T11:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60075#M13610</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="b47ed82e-6412-4c6c-bc28-ac4271b1f344" data-tag-text="@Charlie Kovacs" href="https://community.blueprism.com/network/profile?UserKey=b47ed82e-6412-4c6c-bc28-ac4271b1f344" data-itemmentionkey="104352db-1d7f-4c86-b584-fc77cc82fb3c"&gt;@Charlie Kovacs&lt;/A&gt;&amp;nbsp; do you have any findings from below logs as shared by &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1755"&gt;@UditKhanna&lt;/a&gt;.Please let us know if any further inputs needed from our end for further analysis.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Manav Singla​​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;manav Singla&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2022 12:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60075#M13610</guid>
      <dc:creator>manavSingla</dc:creator>
      <dc:date>2022-05-17T12:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60076#M13611</link>
      <description>Hi Manav,&lt;BR /&gt;&lt;BR /&gt;I think it will be important to determine if the credentials are being received in IIS on the CyberArk side.&lt;BR /&gt;&lt;BR /&gt;This article from CyberArk might be of use: &lt;BR /&gt;&lt;A href="https://cyberark-customers.force.com/s/article/How-Does-OS-User-Application-authentication-work-with-the-Central-Credential-Provider" target="_blank" rel="noopener"&gt;https://cyberark-customers.force.com/s/article/How-Does-OS-User-Application-authentication-work-with-the-Central-Credential-Provider&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Charlie Kovacs&lt;BR /&gt;Sr. Digital Exchange Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, USA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2022 15:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60076#M13611</guid>
      <dc:creator>charliekovacs</dc:creator>
      <dc:date>2022-05-17T15:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60077#M13612</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="b47ed82e-6412-4c6c-bc28-ac4271b1f344" data-tag-text="@Charlie Kovacs" href="https://community.blueprism.com/network/profile?UserKey=b47ed82e-6412-4c6c-bc28-ac4271b1f344" data-itemmentionkey="50dd24e8-b149-419f-9a8e-0fe7adcd20b5"&gt;@Charlie Kovacs&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Do you have any workaround or procedure so that we can find &lt;SPAN&gt;if the credentials are being received in IIS on the CyberArk side or not.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Manav&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;manav Singla&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2022 09:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60077#M13612</guid>
      <dc:creator>manavSingla</dc:creator>
      <dc:date>2022-05-19T09:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60078#M13613</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="b47ed82e-6412-4c6c-bc28-ac4271b1f344" data-tag-text="@Charlie Kovacs" href="https://community.blueprism.com/network/profile?UserKey=b47ed82e-6412-4c6c-bc28-ac4271b1f344" data-itemmentionkey="5f189f3e-10bc-414a-a4e3-0d7fb0314da2"&gt;@Charlie Kovacs&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Do you have any workaround on how we can check​ &lt;SPAN&gt;if the credentials are being received in IIS on the CyberArk side or not.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Manav&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;manav Singla&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2022 09:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60078#M13613</guid>
      <dc:creator>manavSingla</dc:creator>
      <dc:date>2022-05-19T09:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60079#M13614</link>
      <description>*edit* removing double post</description>
      <pubDate>Thu, 19 May 2022 15:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60079#M13614</guid>
      <dc:creator>charliekovacs</dc:creator>
      <dc:date>2022-05-19T15:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to configure OS User Authentication with Cyber Ark VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60080#M13615</link>
      <description>Manav,&lt;BR /&gt;&lt;BR /&gt;I presume CyberArk will have the best advice for capturing that sort of information. I did find this article from CyberArk about gathering logs:&lt;BR /&gt;&lt;A href="https://cyberark-customers.force.com/s/article/Enable-Debugging-and-Gather-Logs-Central-Credential-Provider" target="test_blank"&gt;https://cyberark-customers.force.com/s/article/Enable-Debugging-and-Gather-Logs-Central-Credential-Provider&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Aside from that, a tool like Fiddler can capture real time requests. IIS should produce some logging for each hosted site, and Event Viewer often captures some information as well.&lt;BR /&gt;&lt;BR /&gt;The CyberArk article I shared in my previous reply indicates some requirements in IIS around Windows Authentication. It would be important to verify if that is configured properly. It claims &lt;CODE&gt;request.UseDefaultCredentials&lt;/CODE&gt; is the only property needed to authenticate a request coming out of a .NET environment, so Blue Prism should be capable of sending a well-formed request. Whether that request is being handled in IIS appropriately with regard to Windows Authentication configuration could be the area to investigate.&lt;BR /&gt;&lt;A href="https://cyberark-customers.force.com/s/article/How-Does-OS-User-Application-authentication-work-with-the-Central-Credential-Provider" target="test_blank"&gt;https://cyberark-customers.force.com/s/article/How-Does-OS-User-Application-authentication-work-with-the-Central-Credential-Provider&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Charlie Kovacs&lt;BR /&gt;Sr. Digital Exchange Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, USA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2022 15:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-configure-OS-User-Authentication-with-Cyber-Ark-VBO/m-p/60080#M13615</guid>
      <dc:creator>charliekovacs</dc:creator>
      <dc:date>2022-05-19T15:59:00Z</dc:date>
    </item>
  </channel>
</rss>

