There is a LinkedIn OAuth example at https://auth0.com/blog/authenticating-a-user-with-linkedin-in-aspnet-core/
How can I add one more auth, e.g. Facebook into this example?
What must be changed especially in startup.cs? (I don't need the whole facebook oauth implemetation)
Thank you