<?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 facing issue in Docusign API in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/facing-issue-in-Docusign-API/m-p/70235#M22840</link>
    <description>Hi Team, i have downloaded Docusign API object from digital exchange and whil using the actions in it, i am getting below mentioned issue, can someone guide me on this issue?&lt;BR /&gt;&lt;BR /&gt;Internal : Unexpected error Failed to get OAuth2.0 Access Token : "ProtocolError" "{"error":"invalid_grant","error_description":"user_not_found"}"&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;BHASKAR NANDULA&lt;BR /&gt;CONSULTANT&lt;BR /&gt;deloitte&lt;BR /&gt;Asia/Dili&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 09 Apr 2021 13:04:00 GMT</pubDate>
    <dc:creator>BHASKARNANDULA</dc:creator>
    <dc:date>2021-04-09T13:04:00Z</dc:date>
    <item>
      <title>facing issue in Docusign API</title>
      <link>https://community.blueprism.com/t5/Product-Forum/facing-issue-in-Docusign-API/m-p/70235#M22840</link>
      <description>Hi Team, i have downloaded Docusign API object from digital exchange and whil using the actions in it, i am getting below mentioned issue, can someone guide me on this issue?&lt;BR /&gt;&lt;BR /&gt;Internal : Unexpected error Failed to get OAuth2.0 Access Token : "ProtocolError" "{"error":"invalid_grant","error_description":"user_not_found"}"&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;BHASKAR NANDULA&lt;BR /&gt;CONSULTANT&lt;BR /&gt;deloitte&lt;BR /&gt;Asia/Dili&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Apr 2021 13:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/facing-issue-in-Docusign-API/m-p/70235#M22840</guid>
      <dc:creator>BHASKARNANDULA</dc:creator>
      <dc:date>2021-04-09T13:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: facing issue in Docusign API</title>
      <link>https://community.blueprism.com/t5/Product-Forum/facing-issue-in-Docusign-API/m-p/70236#M22841</link>
      <description>Hello &lt;A class="user-content-mention" data-sign="@" data-contactkey="c367c123-3eb7-4192-9c9c-919fc798bad0" data-tag-text="@BHASKAR NANDULA" href="https://community.blueprism.com/network/profile?UserKey=c367c123-3eb7-4192-9c9c-919fc798bad0" data-itemmentionkey="f77144eb-b593-443c-adc1-62d4aebe9c5e"&gt;@BHASKAR NANDULA&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Did you follow the steps in the section titled &lt;STRONG&gt;Configuration&lt;/STRONG&gt; of the user guide that's available with the DocuSign asset? They details what you need to do to get a working credential for DocuSign Cloud.&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, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Apr 2021 12:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/facing-issue-in-Docusign-API/m-p/70236#M22841</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-04-12T12:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: facing issue in Docusign API</title>
      <link>https://community.blueprism.com/t5/Product-Forum/facing-issue-in-Docusign-API/m-p/70237#M22842</link>
      <description>Hello BHASKAR,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;This is often a misconfiguration of your setting in the JWT.&amp;nbsp; Here is a really good blog post that describes some of the common issues that I used when interfacing with the API.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;"Here's a few things to check:&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;CODE&gt;aud&lt;/CODE&gt;&amp;nbsp;value - must be&amp;nbsp;exactly&amp;nbsp;&lt;CODE&gt;account-d.docusign.com&lt;/CODE&gt;&amp;nbsp;(for demo) or&amp;nbsp;&lt;CODE&gt;account.docusign.com&lt;/CODE&gt;&amp;nbsp;for prod. Including https:// or any other value will fail.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;CODE&gt;sub&lt;/CODE&gt;&amp;nbsp;value - must be an active userID (in GUID format) in the appropriate environment.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;CODE&gt;iss&lt;/CODE&gt;&amp;nbsp;value - must be a valid client ID&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Private Key used for signing - must be associated with the Client ID in the correct environment. If you're using a key generated in Production but the assertion is directed to&lt;CODE&gt;account-d.docusign.com&lt;/CODE&gt;it will fail. In some cases it can take a few minutes for a newly generated keypair to be valid in the Account Server, so if you've just generated that key, wait a bit and try again."&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;STRONG&gt;Original Source: &lt;/STRONG&gt;&lt;A href="https://stackoverflow.com/questions/55188950/curl-command-throwing-invalid-grant-error-on-windows-command-line#:~:text=invalid_grant%20is%20the%20the%20publicly%20facing%20version%20of,value%20of%20an%20x-DocuSign-TraceToken%20of%20a%20failing%20assertion." target="_blank" rel="noopener"&gt;docusignapi - Curl Command throwing' invalid grant error' on Windows command line - Stack Overflow&lt;/A&gt;&lt;/P&gt;
These items are outlined on page 9 of the DocuSign VBO users guide for the JWT setup.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Best Regards, CJ&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christopher Johns&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Apr 2021 14:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/facing-issue-in-Docusign-API/m-p/70237#M22842</guid>
      <dc:creator>crjohns</dc:creator>
      <dc:date>2021-04-12T14:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: facing issue in Docusign API</title>
      <link>https://community.blueprism.com/t5/Product-Forum/facing-issue-in-Docusign-API/m-p/70238#M22843</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV style="page: WordSection1"&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="color:windowtext"&gt;Hi Eric,&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="color:windowtext"&gt;We are facing issue in Configuration Step 2 of Get User Consent, when I paste the url created by us infact we are getting the prompt to log into the DocuSign account &amp;nbsp;but after entering the credentials we  are not getting the window to confirm that this application may sign and impersonate on behalf of the account and it seems we are failing at creating the redirect URI&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="color:windowtext"&gt;Are there any specifications to be followed for Redirect URI?&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="color:windowtext"&gt;&lt;A href="https://BASE_URL/oauth/auth?response_type=code&amp;amp;scope=signature%20impersonation&amp;amp;client_id=INTEGRATION_KEY&amp;amp;redirect_uri=REDIRECT_URI"&gt;https://BASE_URL/oauth/auth?response_type=code&amp;amp;scope=signature%20impersonation&amp;amp;client_id=INTEGRATION_KEY&amp;amp;redirect_uri=REDIRECT_URI&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="color:windowtext"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="color:windowtext"&gt;Bhaskar&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color:windowtext"&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Apr 2021 14:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/facing-issue-in-Docusign-API/m-p/70238#M22843</guid>
      <dc:creator>BHASKARNANDULA</dc:creator>
      <dc:date>2021-04-12T14:31:00Z</dc:date>
    </item>
  </channel>
</rss>

