ufal / perl-pmltq-web

Simple web build on the top of the PML Tree Query server
https://lindat.mff.cuni.cz/services/pmltq/
0 stars 0 forks source link

Shibboleth login doesn't work in IE #49

Closed m1ch4ls closed 8 years ago

m1ch4ls commented 8 years ago

Check code in https://github.com/ufal/perl-pmltq-web/blob/master/app/discojuice.html

It looks like IE might have a problem with postMessage. I think this can be remedied by using different communication method.

It also might be related to somehow broken redirect, see console for

https://lindat.mff.cuni.cz/services/pmltq/api/auth/undefined/aai/discojuice.html%23success

the undefined would indicate that there is some kind of error related to redirect url negotiation.