Search code examples
c#azureauthenticationservice-fabric-stateless

Azure Fabrics Authentication


I have stateless Web API services on Azure Fabrics + independent UI on React.

  • UI calls services
  • Services call each other over http

I would like to authenticate user by email or/and social networks (facebook)

What are my options? Examples? Thoughts?

Thanks


Solution

  • JWT is an answer, there is an explanation http://alexander.holbreich.org/jwt/