We don't use it locally but my understanding is the default implementation uses an in-memory storage backed by EhCache. EhCache does support some distribution. Otherwise, you can write another implementation to the caching interface.
Cheers, Scott On Tue, Aug 11, 2009 at 11:51 AM, Paul Vitty <[email protected]> wrote: > Hi Scott, > > Have you any idea if clear pass works with a JPA ticket registry? In other > works, where does it store the clear pass, is it just in the RDBMS, or is it > kept in memory? > > Thanks > Paulo > > > On 11/08/2009 16:40, "Scott Battaglia" <[email protected]> wrote: > > You might want to take a look at ClearPass: > http://www.ja-sig.org/wiki/display/CAS/Proxying+clear-text+credentials > > Cheers, > Scott > > > On Tue, Aug 11, 2009 at 11:36 AM, John King <[email protected]> wrote: > > Hello, > > Our campus has been using an SSO approach that combines Oracle External > Applications with a little custom code. This basically caches the user's > credentials and supplies them (via a bit of javascript) when you link from > the portal. > > This is, of course, less than ideal. While the password is scrambled, it > shouldn't be there in a reversible way at all. Secondly, the SSO only works > one-way, from the portal to the external app. > > We're preparing a CAS setup as part of our move from Oracle Portal to > uPortal. I'd like to eventually CAS-ify all of our applications, but I need > a temporary solution that removes the dependency on our Oracle > infrastructure but provides similar functionality. Any recommendations? Has > anyone built something like this before that ties into CAS? > > Thanks! > John > > -- > 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
