Java applets being blocked by Shibboleth Authentication
Cantor, Scott
cantor.2 at osu.edu
Wed Jan 28 16:48:42 EST 2015
On 1/28/15, 8:54 PM, "Johnson, Craig" <cjohnson at it.ucla.edu> wrote:
>My question is: Does there exist certain filter settings within
>Shibboleth that will work in conjunction with individual browser settings
>which would correct this issue?
If the browser can't get the applet code, it won't work, but there's
nothing Shibboleth can do about that. If the applet code is sitting behind
rules that limit its access, then if the browser doesn't make the request
with a cookie that corresponds to a session, it isn't going to work. If
you want to fix that, you have to prevent that from happening. I would
imagine different browsers have different behavior around the HTTP client
used and whether the cookie store is shared or not.
If the classes don't need to be limited access, then fix the rules that
are preventing it.
-- Scott
More information about the users
mailing list