<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'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"><<a href="mailto:janusz.ulanowski@heanet.ie" target="_blank">janusz.ulanowski@heanet.ie</a>></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 <iframe id="duo_iframe" ></iframe><br>
<div class="HOEnZb"><div class="h5">On 11/04/15 12:54, Janusz Ulanowski wrote:<br>
> Hi Jeffrey,<br>
> I had quite simillar problem when I was implementing Duo in our project<br>
> (not shibboleth).<br>
> I sorted it out in steps:<br>
><br>
> 1) removing last lines<br>
> from Duo-Web-v1.js<br>
> // D(document).ready(function() {<br>
> // Duo.ready();<br>
> // });<br>
> 2) calling Duo-Web-v1.js in body<br>
> 3) then adding :<br>
><br>
> <script><br>
> $(document).ready(function() {<br>
> Duo.init({<br>
> 'host': 'HOST',<br>
> 'post_action': 'POSTURL',<br>
> 'sig_request': 'SIGREQUEST'<br>
> });<br>
> Duo.ready();<br>
> });<br>
> </script><br>
><br>
> And it started working for me.<br>
><br>
> Regards,<br>
> Janusz<br>
><br>
> On 11/04/15 00:30, Jeffrey Crawford wrote:<br>
>> Thanks didn't even know about that one<br>
>><br>
>><br>
>> On Fri, Apr 10, 2015 at 4:24 PM, Tom Scavo <<a href="mailto:trscavo@gmail.com">trscavo@gmail.com</a><br>
>> <mailto:<a href="mailto:trscavo@gmail.com">trscavo@gmail.com</a>>> wrote:<br>
>><br>
>> On Fri, Apr 10, 2015 at 7:00 PM, Jeffrey Crawford <<a href="mailto:jeffreyc@ucsc.edu">jeffreyc@ucsc.edu</a><br>
>> <mailto:<a href="mailto:jeffreyc@ucsc.edu">jeffreyc@ucsc.edu</a>>> wrote:<br>
>> ><br>
>> > On Fri, Apr 10, 2015 at 3:52 PM, Tom Scavo <<a href="mailto:trscavo@gmail.com">trscavo@gmail.com</a> <mailto:<a href="mailto:trscavo@gmail.com">trscavo@gmail.com</a>>> wrote:<br>
>> >><br>
>> >> On Fri, Apr 10, 2015 at 6:39 PM, Jeffrey Crawford <<a href="mailto:jeffreyc@ucsc.edu">jeffreyc@ucsc.edu</a> <mailto:<a href="mailto:jeffreyc@ucsc.edu">jeffreyc@ucsc.edu</a>>><br>
>> >> wrote:<br>
>> >> > This is not a core shibboleth IdP question but I'm hoping someone can<br>
>> >> > point<br>
>> >> > me in the right direction since I feel like I'm missing something<br>
>> >> > obvious.<br>
>> >><br>
>> >> You probably should <a href="mailto:contactsupport@duosecurity.com">contactsupport@duosecurity.com</a> <mailto:<a href="mailto:support@duosecurity.com">support@duosecurity.com</a>><br>
>> ><br>
>> > I have :)<br>
>> ><br>
>> > but we are not an official customer yet. I was just hoping someone might<br>
>> > have run into this and happened to have an answer, not looking to get duo<br>
>> > support just pursuing all avenues<br>
>><br>
>> Well, if you're an InCommon participant (and even if you're not :) you<br>
>> could always post your question on the duo-users mailing list:<br>
>><br>
>> <a href="https://lists.incommon.org/sympa/info/duo-users" target="_blank">https://lists.incommon.org/sympa/info/duo-users</a><br>
>><br>
>> You could check the archive but I don't recall ever hearing of this<br>
>> problem before. In any case, someone over there might be able to help<br>
>> you.<br>
>><br>
>> Tom<br>
>> --<br>
>> To unsubscribe from this list send an email to<br>
>> <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
>> <mailto:<a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a>><br>
>><br>
>><br>
>><br>
>><br>
><br>
><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's Education and Research Network<br>
1st Floor, 5 George'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>