We are building our own custom login form with the okta-react and okta-authjs libraries (no widget). We generated the social login link through the Okta dashboard successfully and when clicked, a new user row is created and the user is redirected back to our app with the id_token
param in the URL.
My question is: what should be done with the given id_token
so that okta-react
recognizes a successful login? The callback path does NOT process this (confirmed on github).