Is it possible to use an external Identity Provider in a Web API with ASP.NET 5?

Reading this question, @Pinpoint’s answer and the further discussion on comments, I’m well aware that natively we can’t add an identity provider to our apps developed with ASP.NET 5. One possible replacement for the legacy OAuthAuthorizationServerMiddleware is then provided by the AspNet.Security.OpenIdConnect.Server as I’ve found in many places.

C# Delegates Real World Usage

I’ve previously asked a question of about Delegates does anyone have a must have scenario where I would have to use a delegate? How does this improve my C# code? Just as many scenarios I use it in I’ve always seem to be able to program around it. Answers: Thank you for visiting the Q&A … Read more