Re: [cas-dev] RememberMe attribute in validate response

2014-02-01 Thread Jérôme LELEU
; *From:* Jérôme LELEU [mailto:lel...@gmail.com] > *Sent:* Monday, January 13, 2014 8:13 AM > *To:* cas-dev@lists.jasig.org > *Subject:* Re: [cas-dev] RememberMe attribute in validate response > > > > > > Wouldn't we want to recommend that the format be changed to: > >

RE: [cas-dev] RememberMe attribute in validate response

2014-01-31 Thread Misagh Moayyed
: Monday, January 13, 2014 8:13 AM To: cas-dev@lists.jasig.org Subject: Re: [cas-dev] RememberMe attribute in validate response Wouldn't we want to recommend that the format be changed to: VALUE I think so. Just to be sure: do we all agree to include the remember me properties in th

Re: [cas-dev] RememberMe attribute in validate response

2014-01-13 Thread Jérôme LELEU
> > > Wouldn't we want to recommend that the format be changed to: > > VALUE > I think so. Just to be sure: do we all agree to include the remember me properties in the /p3/serviceValidate url *for 4.0* ? @Marvin, @Scott, @Bill Thanks. Best, Jérôme -- You are currently subscribed to cas-dev@li

Re: [cas-dev] RememberMe attribute in validate response

2014-01-11 Thread Misagh Moayyed
.org Sent: Friday, January 10, 2014 5:58:09 AM Subject: Re: [cas-dev] RememberMe attribute in validate response Thanks for reminding us about that. +1 to add the "remember-me" attributes in the /p3/serviceValidate response (I think I already proposed that). Though, I don't k

Re: [cas-dev] RememberMe attribute in validate response

2014-01-10 Thread Jérôme LELEU
- > *From: *"Robert Oschwald" > *To: *cas-dev@lists.jasig.org > *Sent: *Friday, January 10, 2014 1:07:11 AM > *Subject: *[cas-dev] RememberMe attribute in validate response > > In SAML10SuccessResponseView, isFromNewLogin() is always evaluated. > So wh

Re: [cas-dev] RememberMe attribute in validate response

2014-01-10 Thread Robert Oschwald
;> From: "Robert Oschwald" >> To: cas-dev@lists.jasig.org >> Sent: Friday, January 10, 2014 1:07:11 AM >> Subject: [cas-dev] RememberMe attribute in validate response >> >> In SAML10SuccessResponseView, isFromNewLogin() is always evaluated

Re: [cas-dev] RememberMe attribute in validate response

2014-01-10 Thread Robert Oschwald
t in the final response when available to implement full > protocol support for attributes per Appendix A. > > Misagh > > > From: "Robert Oschwald" > To: cas-dev@lists.jasig.org > Sent: Friday, January 10, 2014 1:07:11 AM > Subject: [cas-dev

Re: [cas-dev] RememberMe attribute in validate response

2014-01-10 Thread Misagh Moayyed
isagh - Original Message - From: "Robert Oschwald" To: cas-dev@lists.jasig.org Sent: Friday, January 10, 2014 1:07:11 AM Subject: [cas-dev] RememberMe attribute in validate response In SAML10SuccessResponseView, isFromNewLogin() is always evaluated. So when RememberMe

[cas-dev] RememberMe attribute in validate response

2014-01-10 Thread Robert Oschwald
In SAML10SuccessResponseView, isFromNewLogin() is always evaluated. So when RememberMe is enabled, the longTermAuthenticationRequestTokenUsed attribute is set automatically on a Remembered login. Shouldn’t that also be added by default to the 3.0/casServiceValidationSuccess.jsp page? Otherwise,