RE: [cas-user] JDBC User Attributes Table Relation

2018-10-15 Thread Jon Anderson
manually seems very sparse for any non-java programmers.) Jon From: cas-user@apereo.org [cas-user@apereo.org] on behalf of Tepe, Dirk [tep...@miamioh.edu] Sent: Sunday, October 14, 2018 8:50 AM To: cas-user@apereo.org Subject: Re: [cas-user] JDBC User Attributes

Re: [cas-user] JDBC User Attributes Table Relation

2018-10-14 Thread Tepe, Dirk
CAS only knows the authenticated username. If you are only concerned with attribute resolution after authentication, isn't that just a matter of adding a join to your attribute query? -dirk On Sat, Oct 13, 2018 at 12:44 AM Fahmi L. Ramdhani < fahmilestianramdh...@gmail.com> wrote: > Hi, > > I

[cas-user] JDBC User Attributes Table Relation

2018-10-12 Thread Fahmi L. Ramdhani
Hi, I use JDBC as database authentication. I want to retrieve user attributes based on ID (int, not uid login ex: u...@example.com), after logging in with u...@example.com, I hope CAS takes the user id (int). With the following relationships: *users (table)* - id (PK, int) - email -