Open Web Interface for .NET that describes how components in a HTTP pipeline should communicate.
I had a little bit of code that I was duplicating for ASP.NET and SignalR and I decided to …
c# asp.net session owin httpsessionI have a rather strange issue i'm not sure how to fix or if i can even fix it. I've …
c# nullreferenceexception owinI am re-implementing a request logger as Owin Middleware which logs the request url and body of all incoming requests. …
asp.net .net asp.net-web-api owin owin-middlewareI have an application that used to use FormsAuthentication, and a while ago I switched it to use the IdentityModel …
asp.net authentication claims-based-identity owinWith SslStream and socket, I've developed a https web server from scratch. I can apply a certificate to the stream …
c# ssl asp.net-web-api owin self-hostingWeb API 2 OWIN Bearer token authentication - AccessTokenFormat null? The default /Token endpoints works fine and I could get token …
c# oauth owin bearer-tokenMy angular application is making use of bearer tokens as outlined in the article series http://bitoftech.net/2014/06/01/token-based-authentication-asp-net-web-api-2-owin-asp-net-identity/. …
angularjs asp.net-web-api owin bearer-tokenI'm trying to authenticate users to my site with their Office 365 accounts, so I have been following the guidance on …
c# owin azure-active-directory openid-connectUnder ASP.NET and IIS, if I have a virtual path in the form "~/content", I can resolve this to …
c# owinWhat would cause Internet Explorer to replace the HTTP header Authorization : Bearer <server-provided-token> with Authorization : Negotiate <some …
angularjs internet-explorer asp.net-web-api owin