Duo Security iframe issue
Janusz Ulanowski
janusz.ulanowski at heanet.ie
Sat Apr 11 07:54:17 EDT 2015
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
More information about the users
mailing list