The simplest way to do this is with CAS using the Shiro adapter. Please read the below link
- https://github.com/apereo/cas - https://shiro.apache.org/cas.html On Thu, Mar 15, 2018 at 9:26 PM, Brian Demers <[email protected]> wrote: > Sorry, > > I mixed up your question with a different thread (i should have read the > scroll back) > > --- > > Are you sure your applications are accessing the same cache store? Are you > seeing the session id change when you switch between applications (and > forcing you to log in again any time you toggle between them?) > > > > > On Thu, Mar 15, 2018 at 11:45 AM, Brian Demers <[email protected]> > wrote: > >> I was just playing around with a similar flow. I wanted to force the >> `login()` call from outside of the typical Filter example. >> >> The key thing to make sure you have setup is that the Shiro filter is >> executed first. This binds the subject (anonymous or otherwise) to the >> session. >> >> Instead of a `doc` file can you post a sample app on Github? >> >> On Thu, Mar 15, 2018 at 10:06 AM, imsammyd <[email protected]> wrote: >> >>> I spent some time trying to make sure that there were no cache errors, I >>> don't see anything about cache misses. I still need to re-authenticate >>> when >>> I hit a new application. Is there something additional that needs to >>> happen >>> with my JSF login bean? Do I need to look sessions up or anything? >>> >>> >>> >>> -- >>> Sent from: http://shiro-user.582556.n2.nabble.com/ >>> >> >> >
