<?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: Regarding Duo integration with Jira, Confluence &amp; bitbucket using JAVA in APIs</title>
    <link>https://community.cisco.com/t5/apis/regarding-duo-integration-with-jira-confluence-bitbucket-using/m-p/4881120#M337</link>
    <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;No, The Duo v4 WebSDK is not a REST client for the Duo Auth API.&lt;/P&gt;
&lt;P&gt;The Auth API  and Admin API demonstration client repo names are usually “duo_client_&lt;EM&gt;" or "duo_api_&lt;/EM&gt;” &lt;A href="https://github.com/duosecurity/duo_client_python"&gt;duo_client_python&lt;/A&gt;, &lt;A href="https://github.com/duosecurity/duo_client_java"&gt;duo_client_java&lt;/A&gt;, or &lt;A href="https://github.com/duosecurity/duo_api_golang"&gt;duo_api_golang&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Repos named “duo_web_&lt;EM&gt;" or "duo_universal_&lt;/EM&gt;”  (like &lt;A href="https://github.com/duosecurity/duo_universal_csharp"&gt;duo_universal_csharp&lt;/A&gt;) are &lt;A href="https://duo.com/docs/duoweb"&gt;WebSDK&lt;/A&gt; for the interactive browser prompt.&lt;/P&gt;
&lt;P&gt;Definitely check out the README in each repo to make sure you’re using the right one.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 22 Dec 2021 16:13:15 GMT</pubDate>
    <dc:creator>DuoKristina</dc:creator>
    <dc:date>2021-12-22T16:13:15Z</dc:date>
    <item>
      <title>Regarding Duo integration with Jira, Confluence &amp; bitbucket using JAVA</title>
      <link>https://community.cisco.com/t5/apis/regarding-duo-integration-with-jira-confluence-bitbucket-using/m-p/4881117#M334</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Hello there,&lt;/P&gt;
&lt;P&gt;I am looking to implement a PUSH notification with a DUO mobile feature for my customer. I found the below link using which support is possible. But I am facing some issues with this.&lt;/P&gt;&lt;ASIDE class="onebox allowlistedgeneric"&gt;
  &lt;HEADER class="source"&gt;
      &lt;IMG src="https://duo.com/favicon.ico" class="site-icon" width="32" height="32" /&gt;
      &lt;A href="https://duo.com/docs/authapi" target="_blank" rel="noopener nofollow ugc"&gt;Duo Security&lt;/A&gt;
  &lt;/HEADER&gt;
  &lt;ARTICLE class="onebox-body"&gt;
    &lt;DIV class="aspect-image" style="--aspect-ratio:690/362;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1X_59aa89a0f991dff07b1e7f1cea48969c74b194fa.jpeg" style="width: 690px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/191267i2802AA91D1A88FF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="1X_59aa89a0f991dff07b1e7f1cea48969c74b194fa.jpeg" alt="1X_59aa89a0f991dff07b1e7f1cea48969c74b194fa.jpeg" /&gt;&lt;/span&gt;&lt;/DIV&gt;

&lt;H3&gt;&lt;A href="https://duo.com/docs/authapi" target="_blank" rel="noopener nofollow ugc"&gt;Duo Auth API&lt;/A&gt;&lt;/H3&gt;

&lt;P&gt;The Duo Auth API is a low-level, RESTful API for adding strong two-factor authentication to your website or application. Learn more.&lt;/P&gt;


  &lt;/ARTICLE&gt;
  &lt;DIV class="onebox-metadata"&gt;
    
    
  &lt;/DIV&gt;
  &lt;DIV style="clear: both"&gt;&lt;/DIV&gt;
&lt;/ASIDE&gt;

&lt;P&gt;I used /enroll endpoint for generating activation_code &amp;amp; activation_barcode for any user. After calling this endpoint it will either create new codes or give the &lt;STRONG&gt;user already exist&lt;/STRONG&gt; error.&lt;/P&gt;
&lt;P&gt;As the same user exists on Jira, Confluence &amp;amp; Bitbucket with the same username. So if I call /enroll endpoint from a different location then it will create a new user only once &amp;amp; for the rest calls, it gives the user already exist error. I can solve this issue by making some changes to the username. But it will create a new user on DUO with a different username. So this solution is acceptable.&lt;/P&gt;
&lt;P&gt;Is there any way to solve this? Do you have any API/endpoint using which I can get activation_code &amp;amp; activation_barcode for a user if it already exists? So that I can show these codes to the user whenever he is looking for registration.&lt;/P&gt;
&lt;P&gt;I hope you will help me out. Looking forward to hearing from you.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Jan 2021 10:57:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/regarding-duo-integration-with-jira-confluence-bitbucket-using/m-p/4881117#M334</guid>
      <dc:creator>bivij87643</dc:creator>
      <dc:date>2021-01-20T10:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Duo integration with Jira, Confluence &amp; bitbucket using JAVA</title>
      <link>https://community.cisco.com/t5/apis/regarding-duo-integration-with-jira-confluence-bitbucket-using/m-p/4881118#M335</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;First call &lt;CODE&gt;/preauth&lt;/CODE&gt; to see if the user exists. Use the result from&lt;CODE&gt;/preauth&lt;/CODE&gt; to determine your next step (i.e. if it returns &lt;CODE&gt;enroll&lt;/CODE&gt;, then call &lt;CODE&gt;/enroll&lt;/CODE&gt;).&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Jan 2021 19:44:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/regarding-duo-integration-with-jira-confluence-bitbucket-using/m-p/4881118#M335</guid>
      <dc:creator>DuoKristina</dc:creator>
      <dc:date>2021-01-20T19:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Duo integration with Jira, Confluence &amp; bitbucket using JAVA</title>
      <link>https://community.cisco.com/t5/apis/regarding-duo-integration-with-jira-confluence-bitbucket-using/m-p/4881119#M336</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Created a trial environment in DUO v4. Calling the /preauth, it keeps on returning respText: {“code”: 40103, “message”: “Invalid signature in request credentials”, “stat”: “FAIL”}. Would these REST calls work in DUO v4 enviornment?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Dec 2021 08:34:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/regarding-duo-integration-with-jira-confluence-bitbucket-using/m-p/4881119#M336</guid>
      <dc:creator>bmishra</dc:creator>
      <dc:date>2021-12-21T08:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Duo integration with Jira, Confluence &amp; bitbucket using JAVA</title>
      <link>https://community.cisco.com/t5/apis/regarding-duo-integration-with-jira-confluence-bitbucket-using/m-p/4881120#M337</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;No, The Duo v4 WebSDK is not a REST client for the Duo Auth API.&lt;/P&gt;
&lt;P&gt;The Auth API  and Admin API demonstration client repo names are usually “duo_client_&lt;EM&gt;" or "duo_api_&lt;/EM&gt;” &lt;A href="https://github.com/duosecurity/duo_client_python"&gt;duo_client_python&lt;/A&gt;, &lt;A href="https://github.com/duosecurity/duo_client_java"&gt;duo_client_java&lt;/A&gt;, or &lt;A href="https://github.com/duosecurity/duo_api_golang"&gt;duo_api_golang&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Repos named “duo_web_&lt;EM&gt;" or "duo_universal_&lt;/EM&gt;”  (like &lt;A href="https://github.com/duosecurity/duo_universal_csharp"&gt;duo_universal_csharp&lt;/A&gt;) are &lt;A href="https://duo.com/docs/duoweb"&gt;WebSDK&lt;/A&gt; for the interactive browser prompt.&lt;/P&gt;
&lt;P&gt;Definitely check out the README in each repo to make sure you’re using the right one.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Dec 2021 16:13:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/regarding-duo-integration-with-jira-confluence-bitbucket-using/m-p/4881120#M337</guid>
      <dc:creator>DuoKristina</dc:creator>
      <dc:date>2021-12-22T16:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Duo integration with Jira, Confluence &amp; bitbucket using JAVA</title>
      <link>https://community.cisco.com/t5/apis/regarding-duo-integration-with-jira-confluence-bitbucket-using/m-p/4881121#M338</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Is it Possible to load the Universal Prompt using REST api?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Dec 2021 10:26:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/regarding-duo-integration-with-jira-confluence-bitbucket-using/m-p/4881121#M338</guid>
      <dc:creator>bmishra</dc:creator>
      <dc:date>2021-12-27T10:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Duo integration with Jira, Confluence &amp; bitbucket using JAVA</title>
      <link>https://community.cisco.com/t5/apis/regarding-duo-integration-with-jira-confluence-bitbucket-using/m-p/4881122#M339</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;If you’re still interested in the answer to this, no, you can’t use the Duo REST Auth API to load  the Duo Universal Prompt.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 May 2023 12:43:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/regarding-duo-integration-with-jira-confluence-bitbucket-using/m-p/4881122#M339</guid>
      <dc:creator>DuoKristina</dc:creator>
      <dc:date>2023-05-25T12:43:31Z</dc:date>
    </item>
  </channel>
</rss>

