Re: [cas-user] LDAP Attributes in Login Web Flow.

2010-05-04 Thread Scott Battaglia
No they are available during validation, not during the login process. :-) [though for Google Apps support that line is blurred] On Tue, May 4, 2010 at 10:16 AM, Andrew Tillinghast wrote: > > So long and short of it, those LDAP attributes aren't available during the > validation. > > -Andrew >

Re: [cas-user] LDAP Attributes in Login Web Flow.

2010-05-04 Thread Andrew Tillinghast
So long and short of it, those LDAP attributes aren't available during the validation. -Andrew On May 4, 2010, at 10:08 AM, Scott Battaglia wrote: > Any Spring bean should be accessible from the web flow (at least in Web Flow > 2). > > The principal itself is not available from the web flow

Re: [cas-user] LDAP Attributes in Login Web Flow.

2010-05-04 Thread Scott Battaglia
Any Spring bean should be accessible from the web flow (at least in Web Flow 2). The principal itself is not available from the web flow since its only available on validation. On Tue, May 4, 2010 at 9:12 AM, Andrew Tillinghast wrote: > > So is there a bean that can be accessed in WebFlow that

Re: [cas-user] LDAP Attributes in Login Web Flow.

2010-05-04 Thread Andrew Tillinghast
So is there a bean that can be accessed in WebFlow that will return the principal with attributes? -Andrew On May 3, 2010, at 11:26 PM, Scott Battaglia wrote: > Attributes about the principal are ONLY stored with the principal itself. > The attributes you are referring to to are the values

Re: [cas-user] LDAP Attributes in Login Web Flow.

2010-05-03 Thread Scott Battaglia
Attributes about the principal are ONLY stored with the principal itself. The attributes you are referring to to are the values POSTed. (i.e. ticket) On Mon, May 3, 2010 at 4:49 PM, Andrew Tillinghast wrote: > > > In our deployerConfigContext we're pulling some attributes from LDAP: > > class=

[cas-user] LDAP Attributes in Login Web Flow.

2010-05-03 Thread Andrew Tillinghast
In our deployerConfigContext we're pulling some attributes from LDAP: