Download presentation
Presentation is loading. Please wait.
Published byDamian Cunningham Modified over 9 years ago
1
Grouper UI Part 1 Shilen Patel Duke University This work licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
2
Download App Servers Apache Authentication Logging 2 Contents
3
Grouper packages of all official versions are hosted on the Grouper web server linked from here: http://www.internet2.edu/grouper/softwa re.html http://www.internet2.edu/grouper/softwa re.html Grouper installer will download most Grouper packages for you. 3 Download
4
Grouper UI is deployed on an application server Most testing on Tomcat 6 Deploy WAR file or modify server.xml file to deploy as an exploded WAR. Load balancer persistence. 4 App Servers
5
Use a web sever like Apache to front end your Tomcat instance. Useful if you have multiple Tomcats Can help with authentication 5 Apache
6
Authentication handled by the filter edu.internet2.middleware.grouper.ui.LoginCheckFilter Authentication succeeds if request.getRemoteUser() is set. Default works easily with tomcat-users.xml file. But also easy to integrate with Basic Authentication and Shibboleth. 6 Authentication
7
Set tomcatAuthentication to false in the server.xml file. Remove the security-role, security- constraint and login-config sections from the web.xml file. Configure the Shibboleth SP. 7 Authentication using Shibboleth
8
Uses log4j for logging By default, uses the Grouper API logging configuration. build.properties allows you to use a separate log4j file. 8 Logging
9
Thanks! Further information: Infosheets, mailing lists, wiki, downloads, etc.: www.internet2.edu/grouper www.internet2.edu/grouper Grouper demo server: grouperdemo.internet2.edu/ grouperdemo.internet2.edu/ Grouper Online Training Home: spaces.internet2.edu/x/IIGfAQ This work licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License. 9
10
Next Video in Grouper Online Training is: Grouper UI Part 2 This work licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.