grouper-users - Re: [grouper-users] Grouper UI error
Subject: Grouper Users - Open Discussion List
List archive
- 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 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 <> 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 |
- [grouper-users] Grouper UI error, Sachdeva, Vivek, 11/12/2014
- Re: [grouper-users] Grouper UI error, Sachdeva, Vivek, 11/13/2014
- Re: [grouper-users] Grouper UI error, Scott Koranda, 11/13/2014
- Re: [grouper-users] Grouper UI error, Sachdeva, Vivek, 11/14/2014
- RE: [grouper-users] Grouper UI error, Chris Hyzer, 11/13/2014
- Re: [grouper-users] Grouper UI error, Sachdeva, Vivek, 11/13/2014
- Re: [grouper-users] Grouper UI error, Rahul Doshi, 11/13/2014
- Re: [grouper-users] Grouper UI error, Scott Koranda, 11/13/2014
- Re: [grouper-users] Grouper UI error, Sachdeva, Vivek, 11/13/2014
Archive powered by MHonArc 2.6.16.