Skip to Content.
Sympa Menu

shibboleth-dev - JAAS discussion point

Subject: Shibboleth Developers

List archive

JAAS discussion point


Chronological Thread 
  • From:
  • To: <>
  • Subject: JAAS discussion point
  • Date: Mon, 19 Nov 2007 12:03:11 -0500


4) Discussion items
-- IdP/JAAS support -- what to include in the shipping package


a bit more info on this....

after some experimenting with JAAS, I *think* that in order to enable it with an IdP within Tomcat, a site would have to: (note -- steps with other servlet containers are probably different)

1) pass a command line parameter to java, when starting the container

-Djava.security.auth.login.config=/usr/local/tomcat/conf/jaas.conf

2) modify Tomcat's server.xml file (Realm element, describing JAAS)

3) create a jaas.conf file (contents dependent on authn mechanism being used)

4) modify the web.xml file that accompanies the IdP (defining security-constraints, login-config, security-role's (maybe?)

5) create a login form, for use by JAAS (or some other equivalent -- popping upbasic authn dialog in browser?)

6) place the JAAS authn specific jar in tomcat/server/lib

my question is....

a) how many of these steps might we be able to bundle with the IdP?

b) how many are Shib-specific uses of JAAS, that we'll have to document?

c) is JAAS so under-documented, that we're going to have to document this whole mess?


  • JAAS discussion point, Steven_Carmody, 11/19/2007

Archive powered by MHonArc 2.6.16.

Top of Page