Skip to Content.
Sympa Menu

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

Subject: COmanage Developers List

List archive

[comanage-dev] Shib EDS vs JavaScript


Chronological Thread 
  • From: Benn Oshrin <>
  • To: comanage-dev <>
  • Subject: [comanage-dev] Shib EDS vs JavaScript
  • Date: Sat, 22 Aug 2015 14:47:51 -0400

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