Skip to Content.
Sympa Menu

grouper-users - more on Lite UI Authentication

Subject: Grouper Users - Open Discussion List

List archive

more on Lite UI Authentication


Chronological Thread 
  • From: Scott Koranda <>
  • To: "" <>
  • Subject: more on Lite UI Authentication
  • Date: Thu, 22 Apr 2010 13:50:10 -0500

Hi,

Please see this thread:

https://archives.internet2.edu/wws/arc/grouper-users/2010-02/msg00007.html

Was this ever resolved? I am facing the exact same situation.

My httpd configuration looks like this:

<Location /grouper>
AuthType shibboleth
ShibRequestSetting requireSession 1
Require user ~
^.+@LIGO.ORG$
</Location>

<Location /grouper-ws>
AuthType shibboleth
ShibRequestSetting requireSession 1
Require user ~
^.+@LIGO.ORG$
</Location>

ProxyPass /grouper/ ajp://127.0.0.1:8009/grouper/
ProxyPass /grouper-ws/ ajp://127.0.0.1:8009/grouper-ws/

This works well for the standard UI and for Grouper WS, but if
I click on "Manage members lite" in the standard UI and
attempt to use the lite UI then I get same stack trace as
mentioned in that thread.

Before I try using <LocationMatch > instead of <Location> I
would like to understand the requirement of the lite UI so
that I know precisely what needs to be exposed/authenticated.

Thanks,

Scott



Archive powered by MHonArc 2.6.16.

Top of Page