Hi I have asp.net core 2.2 web api and angular version 8. One of my requirements is to create an external login using Facebook , google and Microsoft account. I know that I need to register first my application in those provider but I don't know what I should register the API or the Angular app?
How can generate token from api to angular if the facebook login is success full?
Any reference will help
Thanks a lot