Hi all,
and firstly, thanks for your great job on cas.
I'm pretty new to it and I'm working with cas 5.0.3.1
I can succesfully logon with login/password via a rest service and once logged succesfully get attribute form an other database via jdbc.
Now, I'm trying to get authenticate by facebook. I successfully get logged it.
The problem is that I'm trying to make a request on my sql server where I'm looking for the 'email' field that facebook gave me.
(the same email get as username on login form and that gave me result.
I can event get a request to the sqlsever.
No error, simply no request.
Is it possible with a delegate authentication ?
I hopped to like some authentification mecanism by email address...
Thanks for your help
facebook throw this list of attribute :
| access_token | [masked] |
| email | [masked] |
| first_name | [masked] |
| gender | MALE |
| last_name | [masked] |
| link | [masked] |
| locale | fr_FR |
| name | [masked] |
| third_party_id | [masked] |
| timezone | 2 |
| updated_time | 1409185943000 |
| verified | false
|