[cas-user] Re: can't get jdbc attribute query after facebook delegated authentication

2017-05-23 Thread Sandy Lelarge
Ho yes, I did not understood. This is what I have in mind. I'm to young to cas. I'll try to make this on version 5 I've to understand the structure of it and of pac4j Thanks a lot Le mardi 23 mai 2017 09:46:53 UTC+2, Martin Bohun a écrit : > > Hi Sandy, > > I am not entirely sure what you mean

[cas-user] Re: can't get jdbc attribute query after facebook delegated authentication

2017-05-23 Thread Martin Bohun
Hi Sandy, I am not entirely sure what you mean by "BTW I still wonder if CAS 5 can do it by chaining something somewhere.", one place in our code where one can kinda "chain" something is currently hardcoded "null" (taken/followed from pac4j examples) in:

[cas-user] Re: can't get jdbc attribute query after facebook delegated authentication

2017-05-23 Thread Sandy Lelarge
Thank you for your response Martin. I will take a look into your code. BTW I still wonder if CAS 5 can do it by chaining something somewhere. It can already do everthing but not the way I want to. Perhaps I can make something similar to what you've done by chaining social networks auth with

[cas-user] Re: can't get jdbc attribute query after facebook delegated authentication

2017-05-22 Thread Martin Bohun
This is very similar to what we (ALA) are doing in our cas-4.0.x: previously user could SignUp/SignIn with username/password stored in sql DB (mysql); I added/extended the project with "one click" SignUp/SignIn via "social media" (Facebook/Google/Twitter/LinkedIn/WindozeLive/GitHub):