On Thu, Jul 2, 2020 at 9:32 AM Nick Couchman <[email protected]> wrote:
> On Thu, Jul 2, 2020 at 3:38 AM Andreas Sundstrom < > [email protected]> wrote: > >> When using the 1.2.0 CAS authentication extension firefox will not >> redirect to the CAS login page. >> I can see in the FF console output that it is unable to load the app.js >> script. >> What I have found is that when using the 1.2.0 CAS extension there is an >> error when downloading app.js >> This can be seen in at least Firefox, wget and curl. Curl verbose output >> is included below. >> >> > Yeah, I'm seeing the same thing, and I believe I know why. Looks like > when I made the changes to move over to a common redirect field I forgot to > pull a couple of things out of the CAS module's guac-manifest.json file > that are causing problems. I'll open a bug against it and get it fixed - > thanks for reporting it! > > I think the changes to the CAS module in 1.2.0 were pretty minimal, so > reverting to 1.1.0 shouldn't be too impactful, but we will get it fixed for > the next release. > > JIRA issue opened: https://issues.apache.org/jira/browse/GUACAMOLE-1120 and pull request: https://github.com/apache/guacamole-client/pull/544 In my testing this should resolve the issue. -Nick
