How do i test idp login?
-
like when i log in with an idp like google, how do i check what data i get back?
-
I would do one of two things:
- consult the google docs about what is returned
- create a lambda to write the
idToken
json object provided by google to the event log, then login and view the event log to see what is provided.
More on the google reconcile lambda here: https://fusionauth.io/docs/v1/tech/lambdas/google-reconcile