Skip to Content.
Sympa Menu

comanage-dev - Re: [comanage-dev] Shib EDS vs JavaScript

Subject: COmanage Developers List

List archive

Re: [comanage-dev] Shib EDS vs JavaScript


Chronological Thread 
  • From: Arlen Johnson <>
  • To:
  • Subject: Re: [comanage-dev] Shib EDS vs JavaScript
  • Date: Sat, 22 Aug 2015 15:15:05 -0400

I suspect the second problem is the same issue. The test for not loading the javascript libraries also refers to the older value, so we're probably getting an underlying javascript issue that isn't easy to spot.

I'll fix both and commit them.

Arlen

On 8/22/15 2:47 PM, Benn Oshrin wrote:
I just pushed a couple of bug fixes for the EDS migration. It works in
that you can login, but it's still not exactly right.

If you check out the demo server, you can see one or two problems.

https://comanage.sphericalcloud.net/registry/auth/login

(that will redirect you to the EDS)

The first is the "Are you sure you wish to proceed?" text. This is
usually indicative of a JavaScript error in the document, and the
interpreter aborting before the end of the file (where the div with that
text gets hidden). But the only message I can see is

"Synchronous XMLHttpRequest on the main thread is deprecated because of
its detrimental effects to the end user's experience. For more help,
check http://xhr.spec.whatwg.org/.";

which is a warning, not an error, and I see the same message on other
servers where this is not a problem.

The second is the help link is not functioning. It appears correctly
populated in

https://comanage.sphericalcloud.net/registry/pages/eds/idpselect_config

and later on in that file preferredIdP is set and works correctly, so
while I guess there could be a problem here it's not clear to me what it
might be.

At this point I think it might be better to turn this over to Scott
(Shib EDS expert) or Arlen (Javascript expert) to take a look.

Thanks,

-Benn-




Archive powered by MHonArc 2.6.16.

Top of Page