Hi, Jérôme. The product owner of the system I'm integrating with CAS server wants that when the user logs-in with Facebook and the "Remember-me" checkbox is checked, the next time he enters the site after the browser has closed and opened again the user should be already logged. In other words, he wants that the "Remember-me" checkbox works exactly the same with the login form and the "Login with Facebook" button. I'm trying to convince him that this behavior is awkward but he seems to be irreducible.
I thought a solution might be to send a HTTP Post to the CAS server when the user click on "Login with Facebook" so we can get the value of the checkbox and initialize the access ticket with this feature, only then respond to the browser with an HTTP redirect to send the user to Facebook and start the OAuth process. What do you think? Was it possible? Thanks! *Frederico Zveiter* On Thu, Apr 18, 2013 at 4:16 AM, jleleu <[email protected]> wrote: > Hi, > > I've never thought about this scenario : facebook + remember-me but the > remember-me nature of the authentication is handled during CAS > authentication, which does not occur during OAuth (Facebook) authentication. > > What do you want to achieve exactly ? > > Thanks, > Jérôme > > -- > 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
