Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] Grouper UI error

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] Grouper UI error


Chronological Thread 
  • From: "Sachdeva, Vivek" <>
  • To: Chris Hyzer <>
  • Cc: "" <>
  • Subject: Re: [grouper-users] Grouper UI error
  • Date: Thu, 13 Nov 2014 22:30:30 +0000
  • Accept-language: en-US

Thanks Chris,

I added the following lines in the httpd.conf and it started working:

ProxyPass /grouperUi ajp://localhost:8009/grouperUi
ProxyPassReverse /grouperUi ajp://localhost:8009/grouperUi

Vivek



From: Chris Hyzer <>
Date: Thu, 13 Nov 2014 13:43:25 +0000
To: vivek sachdeva <>, "" <>
Subject: RE: [grouper-users] Grouper UI error

Here is the apache conf we use and it works, are you using the ajp tomcat connector?

 

# if not https, redirect to https

RewriteCond %{REQUEST_URI} ^/grouper/

# this is because we are behind an F5 that does the SSL, yours might be different

RewriteCond %{HTTP:X-FORWARDED-PROTO} !HTTPS

RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

 

# if just the domain name, redirect to /grouper/

RewriteCond %{HTTP_HOST} ^grouper\-test\.server\.school\.edu$ [NC]

RewriteCond %{REQUEST_URI} "^/$"

RewriteRule . https://grouper-test.server.school.edu/grouper/ [R=301,L]

 

# proxy pass ajp to grouper

ProxyPass /grouper/ ajp://localhost:8552/grouper/

 

 

 

From: [] On Behalf Of Sachdeva, Vivek
Sent: Wednesday, November 12, 2014 10:47 PM
To:
Subject: Re: [grouper-users] Grouper UI error

 

I just noticed in the logs:

 

Referer domain <ucla server.edu>/grouperUi/grouperUi/appHtml/grouper.html?operation=Misc.index does not match request domain: http://localhost:8080/grouperUi/grouperExternal/public/OwaspJavaScriptServlet

 

I am trying to find out that how does it pick localhost. 

 

Can the reason be that on dev server tomcat is behind apache??

 

Any ideas??

 

Thanks,

Vivek

 

From: vivek sachdeva <>
Date: Wed, 12 Nov 2014 21:44:40 +0000
To: "" <>
Subject: [grouper-users] Grouper UI error

 

Hi,

 

A few days ago, I integrated Grouper Ui with Shibboleth. Now, When I click on the Lite UI link, it throws error and page is redirected to:

 

grouperUi/grouperExternal/public/UiV2Public.index?operation=UiV2Public.postIndex&function=UiV2Public.error&code=csrfg&OWASP_CSRFTOKEN=ICM4-CS43-BGQ1-RBDS-XWBZ-SQXO-Q86U-1O8N

 

On the UI, it shows:

 

$$not found: errorCode_csrfg$$

 

Did anyone also encounter the same issue?

 

On Localhost, where I use basic authentication, it works fine. I am using version 2.2.

 

Thanks,

Vivek




Archive powered by MHonArc 2.6.16.

Top of Page