<div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace">Thanks, I finally got it working by downloading the versions of the jquery and Duo-Web-v1.js from <a href="http://demo.duosecurity.com" target="_blank">demo.duosecurity.com</a>. I&#39;m not sure why the provided versions from git are not working.<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">for reference working copies (I have no idea if these are safe or not, this is for a dev proof of concept):<br><a href="http://demo.duosecurity.com/static/js/jquery.js" target="_blank">http://demo.duosecurity.com/static/js/jquery.js</a><br><a href="http://demo.duosecurity.com/static/js/Duo-Web-v1.js" target="_blank">http://demo.duosecurity.com/static/js/Duo-Web-v1.js</a><br><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><font face="courier new, monospace">Jeffrey E. Crawford<br>ITS Application Administrator (IdM)<br>831-459-4365<br><a href="mailto:jeffreyc@ucsc.edu" target="_blank">jeffreyc@ucsc.edu</a></font><div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace">Both pilots and IT professionals require training and currency before charging into clouds!<br></font></div><div><font face="courier new, monospace">---------------------------------------</font></div></div></div></div>
<br><div class="gmail_quote">On Sat, Apr 11, 2015 at 4:56 AM, Janusz Ulanowski <span dir="ltr">&lt;<a href="mailto:janusz.ulanowski@heanet.ie" target="_blank">janusz.ulanowski@heanet.ie</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Forgot to add that after below code<br>
called &lt;iframe id=&quot;duo_iframe&quot;  &gt;&lt;/iframe&gt;<br>
<div class="HOEnZb"><div class="h5">On 11/04/15 12:54, Janusz Ulanowski wrote:<br>
&gt; Hi Jeffrey,<br>
&gt; I had quite simillar problem when I was implementing Duo in our project<br>
&gt; (not shibboleth).<br>
&gt; I sorted it out in steps:<br>
&gt;<br>
&gt; 1) removing last lines<br>
&gt;     from   Duo-Web-v1.js<br>
&gt;     // D(document).ready(function() {<br>
&gt;     // Duo.ready();<br>
&gt;     // });<br>
&gt; 2) calling Duo-Web-v1.js in body<br>
&gt; 3) then  adding :<br>
&gt;<br>
&gt;      &lt;script&gt;<br>
&gt;       $(document).ready(function() {<br>
&gt;       Duo.init({<br>
&gt;         &#39;host&#39;: &#39;HOST&#39;,<br>
&gt;         &#39;post_action&#39;: &#39;POSTURL&#39;,<br>
&gt;             &#39;sig_request&#39;: &#39;SIGREQUEST&#39;<br>
&gt;       });<br>
&gt;       Duo.ready();<br>
&gt;      });<br>
&gt;      &lt;/script&gt;<br>
&gt;<br>
&gt; And it started working for me.<br>
&gt;<br>
&gt; Regards,<br>
&gt; Janusz<br>
&gt;<br>
&gt; On 11/04/15 00:30, Jeffrey Crawford wrote:<br>
&gt;&gt; Thanks didn&#39;t even know about that one<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Apr 10, 2015 at 4:24 PM, Tom Scavo &lt;<a href="mailto:trscavo@gmail.com">trscavo@gmail.com</a><br>
&gt;&gt; &lt;mailto:<a href="mailto:trscavo@gmail.com">trscavo@gmail.com</a>&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;      On Fri, Apr 10, 2015 at 7:00 PM, Jeffrey Crawford &lt;<a href="mailto:jeffreyc@ucsc.edu">jeffreyc@ucsc.edu</a><br>
&gt;&gt;      &lt;mailto:<a href="mailto:jeffreyc@ucsc.edu">jeffreyc@ucsc.edu</a>&gt;&gt; wrote:<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt; On Fri, Apr 10, 2015 at 3:52 PM, Tom Scavo &lt;<a href="mailto:trscavo@gmail.com">trscavo@gmail.com</a> &lt;mailto:<a href="mailto:trscavo@gmail.com">trscavo@gmail.com</a>&gt;&gt; wrote:<br>
&gt;&gt;      &gt;&gt;<br>
&gt;&gt;      &gt;&gt; On Fri, Apr 10, 2015 at 6:39 PM, Jeffrey Crawford &lt;<a href="mailto:jeffreyc@ucsc.edu">jeffreyc@ucsc.edu</a> &lt;mailto:<a href="mailto:jeffreyc@ucsc.edu">jeffreyc@ucsc.edu</a>&gt;&gt;<br>
&gt;&gt;      &gt;&gt; wrote:<br>
&gt;&gt;      &gt;&gt; &gt; This is not a core shibboleth IdP question but I&#39;m hoping someone can<br>
&gt;&gt;      &gt;&gt; &gt; point<br>
&gt;&gt;      &gt;&gt; &gt; me in the right direction since I feel like I&#39;m missing something<br>
&gt;&gt;      &gt;&gt; &gt; obvious.<br>
&gt;&gt;      &gt;&gt;<br>
&gt;&gt;      &gt;&gt; You probably should <a href="mailto:contactsupport@duosecurity.com">contactsupport@duosecurity.com</a> &lt;mailto:<a href="mailto:support@duosecurity.com">support@duosecurity.com</a>&gt;<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt; I have :)<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt; but we are not an official customer yet. I was just hoping someone might<br>
&gt;&gt;      &gt; have run into this and happened to have an answer, not looking to get duo<br>
&gt;&gt;      &gt; support just pursuing all avenues<br>
&gt;&gt;<br>
&gt;&gt;      Well, if you&#39;re an InCommon participant (and even if you&#39;re not :) you<br>
&gt;&gt;      could always post your question on the duo-users mailing list:<br>
&gt;&gt;<br>
&gt;&gt;      <a href="https://lists.incommon.org/sympa/info/duo-users" target="_blank">https://lists.incommon.org/sympa/info/duo-users</a><br>
&gt;&gt;<br>
&gt;&gt;      You could check the archive but I don&#39;t recall ever hearing of this<br>
&gt;&gt;      problem before. In any case, someone over there might be able to help<br>
&gt;&gt;      you.<br>
&gt;&gt;<br>
&gt;&gt;      Tom<br>
&gt;&gt;      --<br>
&gt;&gt;      To unsubscribe from this list send an email to<br>
&gt;&gt;      <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
&gt;&gt;      &lt;mailto:<a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
--<br>
Janusz Ulanowski<br>
Edugate: <a href="http://www.edugate.ie" target="_blank">http://www.edugate.ie</a><br>
HEAnet Limited, Ireland&#39;s Education and Research Network<br>
1st Floor, 5 George&#39;s Dock, IFSC, Dublin 1<br>
Registered in Ireland, no 275301<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
</div></div></blockquote></div><br></div>