C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nimit Joshi(11)
Jignesh Trivedi(3)
Amit Choudhary(3)
Mobeen Rashid(2)
Jasminder Singh(2)
Rajeev Ranjan(2)
Gowtham K(1)
Rasul Huseynov(1)
Anupam Maiti(1)
Atul Rawat(1)
Amit Mohanty(1)
Prasham Sabadra(1)
Maruthi Palllamalli(1)
Swapnal Chonkar(1)
Mudita Rathore(1)
Gaurav Karroy(1)
Debasis Saha(1)
Vignesh Mani(1)
Resources
No resource found
Integrating Microsoft Entra ID SSO with a .NET Application Using OWIN
Feb 20, 2025.
This article covers OAuth 2.0, OpenID Connect, and step-by-step implementation to enable seamless Single Sign-On (SSO), enhancing security and user experience.
Behind the Scenes of OWIN (Open Web Interface for .NET)
Jun 26, 2024.
OWIN is the acronym of Open Web Interface for .NET and it is a specification that provides to decouple web servers with web applications. This specification is an also open standard for all .NET ecosystems.
Implementing Client Credentials Grant Type Using Owin In ASP.NET Web API
Jan 05, 2021.
In this article, you will learn how to implement Client Credentials Grant Type using Owin in ASP.NET Web API.
Understanding ASP.NET - Part Two - Building An Owin Pipeline
Jun 16, 2017.
Understanding ASP.NET - Part Two - Building An Owin Pipeline.
Understanding ASP.NET - Part One - Owin And Katana
Jun 13, 2017.
Dive into the fundamentals of ASP.NET with a focus on Owin and Katana in this introductory series. Explore the architecture, middleware concepts, and how these technologies streamline web development within the .NET framework, essential for building robust and scalable web applications.
AngularJS: Enable OWIN Refresh Tokens Using ASP.NET Web API 2
Oct 05, 2015.
In this post, I will explain how can we alive the token long time using refresh token flow.
Token Based Authentication Using ASP.Net Web API, OWIN and Identity With Entity Framework
Jun 20, 2015.
This article explains how to use Token Based Authentication using ASP.NET Web API, OWIN and Identity with Entity Framework.
Introduction to Token Based Authentication Using OWIN (Katana) and OAuth
Jun 02, 2015.
This article provides an introduction to Token Based Authentication using OWIN (Katana) and OAuth.
Introduction to OWIN and KATANA Using VS2013
Jan 09, 2015.
In this article you will learn about how to work with OWIN and KATANA.
Self-Hosting OWIN and ASP.Net WebAPI
Jul 17, 2014.
Here, we’ll discuss how to start a self-host for OWIN.
Basics of OWIN and Katana
Jul 14, 2014.
This article explains the Open Web Interface for .Net, a standard interface between .NET web servers and web applications.
Working With OWIN Hosting and Self Hosting in ASP.Net
Apr 02, 2014.
Today we'll learn how to host OWIN in IIS and self-host OWIN in a console application in Visual Studio 2013.
OpenID Connect Availability in OWIN Security Components
Mar 31, 2014.
Discover the integration of OpenID Connect with OWIN security components for robust authentication and authorization in .NET applications. Enhance identity management and security with seamless integration of authentication flows and claims-based identity.
Introducing Claims Based Identity With OWIN Components
Mar 11, 2014.
Explore the synergy of Claims-based identity and OWIN components in ASP.NET. Enhance authentication and authorization with security tokens, middleware, and identity management for robust web application security.
Introducing Helios Based OWIN Application
Feb 20, 2014.
This article describes the use of a Helios based OWIN application and you can also learn to apply it to an existing OWIN application.
Web API Hosting From OWIN With Windows Azure
Oct 21, 2013.
Learn to host a Web API in Azure Worker Role using OWIN for decoupled architectures. Set up the project in Visual Studio with Azure SDK, configure endpoints, and add API controllers. Utilize OWIN's HttpListener for self-hosting. Run and test in Azure Emulator.
Introduction To OWIN Startup Class in Visual Studio 2013 RC
Sep 25, 2013.
This article introduces the configuration of the OWIN Startup Class and how various startup classes work in VS 2013 RC.
Introduction To OWIN and KATANA in Visual Studio 2013 Preview
Sep 04, 2013.
Discover OWIN and Katana in Visual Studio 2013 Preview. Revolutionize web development with middleware, modular architecture, and self-hosting capabilities, enhancing scalability and cross-platform compatibility.
Token Based Authentication using Web API 2, Owin, and Identity
Nov 12, 2019.
Implement secure token-based authentication in Web API 2 using Owin and Identity framework. Generate JWT tokens for user authentication, manage access and refresh tokens, and enforce authorization policies with ease, ensuring robust security for your API endpoints.
Resolved Error - No Assembly Found Containing An OwinStartupAttribute No Assembly Found Containing A Startup Or [AssemblyName].Startup class
Sep 30, 2019.
In this article, we will discuss the options to resolve the error "No assembly found containing an OwinStartupAttribute" and will discuss the concept of OWIN.
OWIN Middleware Using C# .NET
Feb 17, 2016.
In this article you will learn about OWIN Middleware for C# .NET.
OWIN and Katana Interfaces of ASP.Net
Mar 29, 2015.
In this article, I will share what I have my learned about what O.W.I.N. and Katana are and will try to get into some basic details that are some important concept to be learned.
Web API Self-Hosting Using OWIN
Mar 01, 2015.
In this article you will learn how to self-host the Web API using OWIN custom host.
Open Web Interface For .NET (OWIN)
Feb 15, 2015.
This article explains the Open Web Interface For .NET (OWIN).
OWIN Katana and Stage Marker in ASP.Net Integrated Pipeline
Jul 17, 2014.
In this article we'll be learning about the various stages of ASP.NET Integrated Pipeline and how to register and run your OMC at a specific stage.
Use Superscribe.Owin Package in Web API
Nov 01, 2013.
In this article I will use the Superscribe.Owin package in the ASP.NET Web API. We use the package for determine what the web framework contributes. Superscribe is a module for the router handler. It is a way to map between the media types and serialiser.
Getting Started With Windows Authentication and Self Host in OWIN
Sep 06, 2013.
In this article I am introducing the KATANA architecture and enable the Windows Authentication and Self Host by OWIN.
Web API Token Based Authentication
Apr 21, 2020.
Generation of token in webapi and using the token to fetch data from api.
How To Implement Authentication Using Identity Model In ASP.NET Core
Apr 05, 2019.
ASP.NET Core Identity is a robust authentication mechanism in .NET Framework, replacing classic ASP.NET's membership system. It offers comprehensive user and role management, integrates with Entity Framework, and supports custom authentication. Benefits include asynchronous APIs, external login provider support.
Create Identity In Simple Ways Using ASP.NET MVC 5
Aug 01, 2016.
ASP.NET MVC 5 simplifies identity creation through built-in features for authentication and authorization. It offers straightforward methods for user management, including registration, login, and password management, ensuring secure access control in web applications.
Token Based Authentication in Web API 2
Jan 01, 2015.
This article explains the OWIN OAuth 2.0 Authorization and how to implement an OAuth 2.0 Authorization server using the OWIN OAuth middleware.
Getting Started With ASP.Net Web API 2 : Day 11
Nov 05, 2014.
In this article, we are going to learn how to host an ASP.NET Web API in a console application, using OWIN to self-host the Web API framework.
Working With ASP.Net Identity in Empty Project in Visual Studio 2013
Dec 10, 2013.
In this article you will learn to work with ASP.NET Identity in an Empty Project template in Visual Studio 2013.
Getting Started With Custom Web Server in Visual Studio 2013 RC
Sep 19, 2013.
This article introduces the OWIN Host as a custom web server to build and host web applications in Visual Studio 2013 RC.
Introducing New Features of Visual Studio 2013 RC: Part 2
Sep 16, 2013.
In this article I am introducing the latest features of latest release named Visual Studio 2013 RC.