How can I get access token, refresh token, expires in and ID token after successful redirect. Because the only parameters I see in callback is code and scope only. Is there an rest api request for that using the params code and scope. If yes what rest api I use?
Use an OAuth2 library like passportJS
1 Like
What passport strategy should I use?. If you have a recommendation.