Yes, they are Confluence specific. There currently is not a configuration file for the Authenticator (as it does not require one). I found that the Confluence Shib Authenticator has a config file in the class path that it accesses with their own config class. Is it possible and/or easier to somehow have spring handle the configuration like the filters? Or do I need to package a config class to read a separate config file?
John On Tue, May 12, 2009 at 20:53, Scott Battaglia <[email protected]> wrote: > Are they confluence specific? Wouldn't they go with the authenticator? I'm > not familiar with what you're trying to do, so I'm just guessing right now > :-) > > Cheers, > Scott > > > On Mon, May 4, 2009 at 9:19 AM, John Watson <[email protected]> wrote: >> >> I've added some functionality to ConfluenceCasAuthenticator for CASShib >> here at UC Merced. It automatically adds new users to a list of group(s) if >> it is their first time authenticating if they meet certain criteria based on >> the attributes shib returns. >> I want to move some things (like the default groups) into a configuration >> file. What is the proper method of pursuing this? Adding init-params to the >> ST Vaildation filter? Or a separate config file in the class path? >> Thank you for you help, >> John Watson >> Jr. Web Developer >> University of California, Merced >> >> -- >> You are currently subscribed to [email protected] as: >> [email protected] >> >> >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
