Okay, banging my head against the wall here trying to figure out what's
going on with the CAS module. At this point the redirect doesn't work at
all - the CAS module just sits on the screen with the non-translated
message:
{{ 'LOGIN.INFO_CAS_REDIRECT_PENDING' | translate }}
and never redirects. In the JS console I get the following:
Failed to retrieve field with type "GUAC_CAS_TICKET"
Any ideas what might be going on here? I've looked at the various parts of
the CAS module, particularly the AngularJS stuff, and compared to OpenID to
see what differences might be there, and can't see anything obvious. I'm
sure it's something simple/stupid, but I need another set of eyes on it.
Also, has the OpenID module been tested recently to make sure it works? I
don't think I have an OpenID provider I can test against, else I would do
it myself...
Let me know if I can provide any additional information. I don't see
anything obviously wrong in the catalina.out file, so figure it's something
AngularJS-based that's going on.
-Nick