My guess is that the gateway check is before any of the authentication checks. You can try re-working the order of the webflow to see if that would help. I've never tried it.
Cheers, Scott On Thu, Sep 17, 2009 at 12:43 PM, Giovanni Cocco <[email protected]>wrote: > Hi, > I'm trying to use the gateway functionality. > My CAS server (3.3) is configured with authentication handler for SPNEGO. > I thinking that with the gateway param set to true the user will be > authenticated immediatly with is AD kerberos credentials. > I wrote a service for my application that redirect all not > authenticated users (but already authenticated on the domain) to > http://server/cas/login?service=http://server/portal/&gateway=true > when they access the application the first time. > But the authentication is not happening. > (Spnego authentication is working correctly without gateway connection > or if the user made previously authentication with an URL like > http://server/cas/login?service=http://server/portal/) > Any suggestions will be appreciated. > > Thanks in advance, > Giovanni Cocco > > -- > 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
