I'm trying to implement a Windows Universal app that authenticates to a web API using a Microsoft Account (Live ID). Searching the web tells me to use JwtBearerAuthentication. However, the options for JwtBearerAuthentication has changed, so none of the examples work. Is there an example of how to set this up for ASP.NET 5 somewhere?
↧