Facebook login OIDC

0
I am using OIDC module to connect Facebook for login into my app. Button login and pop up window from Facebook is working but I don’t know how to connect Facebook user data to my data model. Any idea?   Many thanks
asked
2 answers
0

When the user authenticates with Facebook, you will receive a Token in the callback flow containing the user's info. The OIDC module contains a microflow called ‘CUSTOM_UserProvisioning’. In this flow you can use the data from the token and process it into your app's data model any way you like.

answered
0

Thank you Lennart

answered