<?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: REST API Integration in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/REST-API-Integration/m-p/46758#M2667</link>
    <description>I am referring to external REST API for e.g. Service Now API.&amp;nbsp; We may not be able to save credentials in BP credential manager, this will come from external credential vault and we need to just pass that username &amp;amp; password.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sameer Joshi&lt;BR /&gt;State Street&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 22 Sep 2021 16:29:00 GMT</pubDate>
    <dc:creator>SameerJoshi1</dc:creator>
    <dc:date>2021-09-22T16:29:00Z</dc:date>
    <item>
      <title>REST API Integration</title>
      <link>https://community.blueprism.com/t5/Product-Forum/REST-API-Integration/m-p/46756#M2665</link>
      <description>We are trying to integrate REST API into the process which use credentials but this credentials will be retrieved from external credential vault and cant be saved in BP credential manager. Is there any way to achive&amp;nbsp;&lt;BR /&gt;1. retrieve credentials from external credential vault&lt;BR /&gt;2. pass credentials retrieved in #1 to access API&lt;BR /&gt;3. then perform further​ operations&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sameer Joshi&lt;BR /&gt;State Street&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Sep 2021 15:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/REST-API-Integration/m-p/46756#M2665</guid>
      <dc:creator>SameerJoshi1</dc:creator>
      <dc:date>2021-09-22T15:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: REST API Integration</title>
      <link>https://community.blueprism.com/t5/Product-Forum/REST-API-Integration/m-p/46757#M2666</link>
      <description>HI &lt;A class="user-content-mention" data-sign="@" data-contactkey="e68ac4ec-e575-4709-825e-12787b2e2314" data-tag-text="@Sameer Joshi" href="https://community.blueprism.com/network/profile?UserKey=e68ac4ec-e575-4709-825e-12787b2e2314" data-itemmentionkey="1cddae71-b51d-4a0c-9388-ba55844865fe"&gt;@Sameer Joshi&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Are you referring to authentication against the BP REST API in v7​ or some other REST API? For general authentication against a REST API it doesn't really matter where the credentials come from.&lt;BR /&gt;&lt;BR /&gt;Cheers,&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>Wed, 22 Sep 2021 15:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/REST-API-Integration/m-p/46757#M2666</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-09-22T15:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: REST API Integration</title>
      <link>https://community.blueprism.com/t5/Product-Forum/REST-API-Integration/m-p/46758#M2667</link>
      <description>I am referring to external REST API for e.g. Service Now API.&amp;nbsp; We may not be able to save credentials in BP credential manager, this will come from external credential vault and we need to just pass that username &amp;amp; password.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sameer Joshi&lt;BR /&gt;State Street&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Sep 2021 16:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/REST-API-Integration/m-p/46758#M2667</guid>
      <dc:creator>SameerJoshi1</dc:creator>
      <dc:date>2021-09-22T16:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: REST API Integration</title>
      <link>https://community.blueprism.com/t5/Product-Forum/REST-API-Integration/m-p/46759#M2668</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="e68ac4ec-e575-4709-825e-12787b2e2314" data-tag-text="@Sameer Joshi" href="https://community.blueprism.com/network/profile?UserKey=e68ac4ec-e575-4709-825e-12787b2e2314" data-itemmentionkey="dde3848c-fb7b-4578-b29d-ed43c79a1e06"&gt;@Sameer Joshi&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Ok, so if you're using a Web API service definition that requires you to pass in the name of a credential in Credential Manager​ you can tackle this a few ways:&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Edit the definition of the Web API to accept input of the actual username and password. This can become a bit cumbersome though as you might have to make additional changes within the service definition (ex editing the authentication configuration).&lt;/LI&gt;
&lt;LI&gt;Define a placeholder credential in Credential Manager. That placeholder should align with whatever Web API service definition you're working with. As you get your credential details from the external vault you would use the Credential VBO to set the username/password values on the placeholder credential and then pass that in to the Web API service.&lt;/LI&gt;
&lt;LI&gt;Write your own Web API service definition and set it up however you want.&lt;/LI&gt;
&lt;/OL&gt;
Cheers,&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>Wed, 22 Sep 2021 16:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/REST-API-Integration/m-p/46759#M2668</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-09-22T16:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: REST API Integration</title>
      <link>https://community.blueprism.com/t5/Product-Forum/REST-API-Integration/m-p/46760#M2669</link>
      <description>Hi @Eric&amp;nbsp;Wilson&lt;BR /&gt;&lt;BR /&gt;Thanks for quick help, will try option #2 and believe should work, cheers!​​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sameer Joshi&lt;BR /&gt;State Street&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Sep 2021 16:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/REST-API-Integration/m-p/46760#M2669</guid>
      <dc:creator>SameerJoshi1</dc:creator>
      <dc:date>2021-09-22T16:51:00Z</dc:date>
    </item>
  </channel>
</rss>

