My current situation is that I have a an Angular2 app and two Web APIs that this calls, all of which are hosted in Azure. I would like a user to register/log in using external providers such as Facebook, Google etc.
I've done a bit of googling and found Auth0 which seems to do everything I want. However as I'm using Azure I'd like to try using this.
I came across this article Azure Active Directory Access Control which describes exactly what I want to do. However, I can find no details about how to implement this.
Any pointers on how I can do this? I don't want my APIs to be aware of auth providers, it should just accept a token and proceed.
I've looked in the config for Active Directories in Azure but can't see anywhere to add the provider details?
Thanks