Re: Apache ISIS - Shiro - CAS Authentication

2016-09-16 Thread Dan Haywood
Hi Uma, How did you get on with these suggestions? Also, would you be able to share the code you have (for integrating with shiro-cas) in case others in the user community have the same use case Thx Dan On 16 August 2016 at 05:54, uma narayan wrote: > Hi, > I need to integrate apache isis wit

Re: Apache ISIS - Shiro - CAS Authentication

2016-08-17 Thread Martin Grigorov
Hi, On Tue, Aug 16, 2016 at 10:16 PM, David Tildesley < davo...@yahoo.co.nz.invalid> wrote: > Hi Uma, > Just an idea: you could extend org.apache.isis.viewer.wicket. > viewer.integration.wicket.WebRequestCycleForIsis > 1. Check for a Wicket Session: org.apache.wicket.protocol. > http.WebSession.

Re: Apache ISIS - Shiro - CAS Authentication

2016-08-16 Thread David Tildesley
Hi Uma, Just an idea: you could extend  org.apache.isis.viewer.wicket.viewer.integration.wicket.WebRequestCycleForIsis 1. Check for a Wicket Session: org.apache.wicket.protocol.http.WebSession.get(); 2. If none, assume the "container" has authenticated the user so then check HttpServletRequest fo