<?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: Duo Web iframe and Office (embedded) browsers in APIs</title>
    <link>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879702#M274</link>
    <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;We are having this problem too with a login from Excel. Any word on an update?&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 24 Feb 2020 17:34:27 GMT</pubDate>
    <dc:creator>Dan_McNeece</dc:creator>
    <dc:date>2020-02-24T17:34:27Z</dc:date>
    <item>
      <title>Duo Web iframe and Office (embedded) browsers</title>
      <link>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879695#M267</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;The Microsoft Office “thick” clients (Word, Excel, etc. on MacOS, Windows, iPhone, Android) support enterprise logins to Office 365 with an embedded browser that’s launched when you try to sign-in.&lt;/P&gt;
&lt;P&gt;If using the iframe as shown in &lt;A href="https://duo.com/docs/duoweb" rel="nofollow noopener"&gt;https://duo.com/docs/duoweb&lt;/A&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="lang-auto"&gt;&amp;lt;iframe id="duo_iframe"&amp;gt;
&amp;lt;/iframe&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;For our custom WebSSO, when the embedded browser attempts to render the html page with the iframe, it fails and the sign-up stops. A Microsoft employee wrote&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.technet.microsoft.com/office_integration__sharepoint/2018/02/26/officeword-excel-etc-fails-to-render-duo-multifactor-authentication-login-page/" data-bbcode="true" rel="nofollow noopener"&gt;https://blogs.technet.microsoft.com/office_integration__sharepoint/2018/02/26/officeword-excel-etc-fails-to-render-duo-multifactor-authentication-login-page/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;(which seems to have disappeared from the website very recently, but I have the content appended below.)&lt;/P&gt;
&lt;P&gt;In that blog the suggestion was a iframe element like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="lang-auto"&gt;&amp;lt;iframe id="duo_iframe" src="/images/tiny.gif"&amp;gt;
&amp;lt;/iframe&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The difference being that a minimal image is initially inserted into the iframe. We found that this does fix the problem and people can sign-in from those browsers (and it still works on traditional ones).&lt;/P&gt;
&lt;P&gt;So, I was wondering what the folks at Duo think of this, and if it appears to be reasonable, be officially documented?&lt;/P&gt;
&lt;P&gt;(Here’s that blog’s content, including its (one) comment)&lt;/P&gt;
&lt;ASIDE class="quote no-group"&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Office(Word, Excel, etc) fails to render DUO multifactor authentication login page&lt;/P&gt;
&lt;P&gt;Warren_R_Msft February 26, 2018&lt;/P&gt;
&lt;P&gt;Issue:&lt;/P&gt;
&lt;P&gt;You have a custom multifactor authentication login pages that leverage DUI API, and all works fine from web browsers but the Office client (Word, Excel, etc) fails to render all of the HTML property, you may see a flicker of the login page but in the end Office shows this error:&lt;/P&gt;
&lt;P&gt;“Your organization’s policies are preventing us from completing this action for you.  For more info, please contact your help desk.”&lt;/P&gt;
&lt;P&gt;Cause:&lt;/P&gt;
&lt;P&gt;When the DUO iframe is loaded from the “duo.form.login.template.html” file, the code is &lt;CODE&gt;&amp;lt;iframe id="duo_iframe" width="100%" height="350px" frameborder="0"&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;
Note that the SRC attribute of the Iframe element is missing, causing the iFrame to load the URL about:blank (The Iframe SRC attribute is set at a later point in the Duo-Web-v2.js file).  For security reasons Office does not allow navigation to any non-https end point within the webview which is shown to capture user credentials. The lack of a SRC attribute causes the embedded browser to load “about:blank” in the IFRAME which is not based on HTTPS and Office cannot allow such navigation to take place.&lt;/P&gt;
&lt;P&gt;Workaround:&lt;/P&gt;
&lt;P&gt;Specifying a SRC attribute for the Iframe element resolves the issue : &lt;CODE&gt;&amp;lt;iframe id="duo_iframe" src="images/TempImage.gif" width="100%" height="350px" frameborder="0"&amp;gt;&lt;/CODE&gt; (Since we have a SRC, about:blank no longer loads, and hence the issue does not occur)&lt;/P&gt;
&lt;P&gt;Comments (1)&lt;/P&gt;
&lt;P&gt;You must be logged in to post a comment.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;hamhands
July 25, 2018 at 5:56 pm	
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks for this. I was experiencing this issue with Sharepoint-hosted content protected by CAS + Duo. Users would enter their credentials and submit the CAS login form, then the embedded browser would close and the Office app would show the error above. This happened when opening Word, Excel, PP, and Visio docs as well as when Sharepoint lists were connected to Outlook. Sure enough, the markup for the Duo IFRAME did not contain a src attribute. Once I added one pointing to a blank document, the Duo view started rendering. This is with Office 2013 so the compatibility level of the embedded browser is pretty ancient. The Duo view doesn’t look very nice in it, but it’s functional. Thanks again for the post.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/ASIDE&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Mar 2019 22:37:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879695#M267</guid>
      <dc:creator>pgp</dc:creator>
      <dc:date>2019-03-21T22:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Duo Web iframe and Office (embedded) browsers</title>
      <link>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879696#M268</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Hi Phil,&lt;BR /&gt;
I discussed this with our engineering team, and please be aware that we do not recommend setting the &lt;CODE&gt;src&lt;/CODE&gt; on the iframe. It will fix this specific bug but can (and does) break other integrations.&lt;/P&gt;
&lt;P&gt;We are actively working on a fix for this and will be releasing a new minor version of the Duo Web SDK that fixes this bug without breaking other integrations. I’ll follow up in this thread when that becomes available.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Apr 2019 20:09:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879696#M268</guid>
      <dc:creator>Dooley</dc:creator>
      <dc:date>2019-04-08T20:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Duo Web iframe and Office (embedded) browsers</title>
      <link>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879697#M269</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Hi,&lt;BR /&gt;
I look forward to trying out the new version. Also, if you could elaborate on which other integrations the src fix can break, that may be helpful.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 May 2019 23:25:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879697#M269</guid>
      <dc:creator>pgp</dc:creator>
      <dc:date>2019-05-09T23:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Duo Web iframe and Office (embedded) browsers</title>
      <link>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879698#M270</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;We are also having this issues. We protect SharePoint on Prem through ADFS/WAP and documents being opened no longer work. We need this fixed.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 May 2019 12:53:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879698#M270</guid>
      <dc:creator>DuoforSchool</dc:creator>
      <dc:date>2019-05-22T12:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Duo Web iframe and Office (embedded) browsers</title>
      <link>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879699#M271</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Hey &lt;A class="mention" href="https://community.duo.com/u/duoforschool"&gt;@DuoforSchool&lt;/A&gt; if you open up a support case we can help you out with this ADFS issue.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 May 2019 20:27:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879699#M271</guid>
      <dc:creator>PatrickKnight</dc:creator>
      <dc:date>2019-05-22T20:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Duo Web iframe and Office (embedded) browsers</title>
      <link>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879700#M272</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Will do - Thank you!&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 May 2019 20:38:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879700#M272</guid>
      <dc:creator>DuoforSchool</dc:creator>
      <dc:date>2019-05-22T20:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Duo Web iframe and Office (embedded) browsers</title>
      <link>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879701#M273</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Hi,&lt;BR /&gt;
Can you let us know an estimate of when this fix will be released.&lt;/P&gt;
&lt;P&gt;We have an issue where the embedded browser fails on iframe and loads about:blank&lt;BR /&gt;
We tried changing our code to append src when it loads the iframe but still doesnt work &lt;IMG width="20" height="20" src="https://community.cisco.com/legacyfs/online/ciscoduo/cdn_emojis/twitter/frowning.png" style="display : inline;" /&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 Sep 2019 20:15:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879701#M273</guid>
      <dc:creator>shivaramg</dc:creator>
      <dc:date>2019-09-12T20:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Duo Web iframe and Office (embedded) browsers</title>
      <link>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879702#M274</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;We are having this problem too with a login from Excel. Any word on an update?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Feb 2020 17:34:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879702#M274</guid>
      <dc:creator>Dan_McNeece</dc:creator>
      <dc:date>2020-02-24T17:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Duo Web iframe and Office (embedded) browsers</title>
      <link>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879703#M275</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;We ran into this same issue, using the Duo ADFS MFA adapter.  Duo was able to compile us a special version of the ADFS MFA Adapter that had the iframe fix(workaround) that allowed the Duo authentication request to be rendered in that MS Office integrated browser popup window.  It’s been working fine for us.  I’ve noticed at least 1 formal release of the Duo ADFS MFA adapter since then but didn’t see that fix listed in the release notes so I’ve stuck on this older version that works.&lt;/P&gt;
&lt;P&gt;I thought I was the only one in the world with the problem since I couldn’t find anyone else with a fix.  Thankfully Duo support and engineering stepped up and provided a custom version of the adapter.&lt;/P&gt;
&lt;P&gt;My support case number for this issue in case it helps is 00290231.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Feb 2020 17:59:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879703#M275</guid>
      <dc:creator>cmillerLCE</dc:creator>
      <dc:date>2020-02-25T17:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Duo Web iframe and Office (embedded) browsers</title>
      <link>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879704#M276</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;We’ve hit this issue as well, specifically with SharePoint Designer 2013, and it’s blocking us from delivering for our customer.  Could you please update on the status of the fix?  Has it been released, and if so, which version number?&lt;/P&gt;
&lt;P&gt;One more piece of data if it helps: each time we attempt to log in and fail, we see a new “DuoAuth not configured” message in the Windows Event Viewer application log.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Jul 2020 16:16:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879704#M276</guid>
      <dc:creator>jmgregory</dc:creator>
      <dc:date>2020-07-27T16:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Duo Web iframe and Office (embedded) browsers</title>
      <link>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879705#M277</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Hi everyone, we released an update to the &lt;A href="https://duo.com/docs/duoweb"&gt;Duo Web SDK&lt;/A&gt; that contained a fix for this earlier this year. We do not currently have an update for when a fix will be available in AD FS, however.&lt;/P&gt;
&lt;P&gt;You all probably know the drill by now, but for anyone who may be new here, please reach out to your Account Executive or Customer Success Manager (or contact Duo Support) to have your name added to a feature request for this. They may have another solution for you as well. &lt;IMG width="20" height="20" src="https://community.cisco.com/legacyfs/online/ciscoduo/cdn_emojis/twitter/slight_smile.png" style="display : inline;" /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Jul 2020 20:07:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/duo-web-iframe-and-office-embedded-browsers/m-p/4879705#M277</guid>
      <dc:creator>Amy2</dc:creator>
      <dc:date>2020-07-27T20:07:22Z</dc:date>
    </item>
  </channel>
</rss>

