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