Articles tagged web-app
Configure .NET Authentication in OWIN
![Configure .NET Authentication in OWIN](/assets-jekyll/blog/featured/okta-dotnet-tile-mouse-ee672210a580ff59f4bcb250e836ead05c23f4b9b13c6a55d39c64e8a211a1cf.jpg)
The Open Web Interface for .NET (OWIN) is a standard that defines the interface between a web application and a web server. Prior to this standard in .NET, there was a tight coupling between .NET applications and Internet Information Server (IIS), which led to great difficulties when trying to expand to different web application/server technologies. The introduction of OWIN has created an abstraction between application and server that completely decouples one from the other. Thanks...