Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in owin

Access Cookies inside unit test in AspNet.TestHost.TestServer context on ASP.NET 5 / MVC 6

Complex Claim Values in .NET Framework with System.Security.Claims

ASP.NET 5 OAuth bearer token authentication

Combining route mappings in WebApi

MVC6 Self-Hosted wwwroot content returns 404, IIS Express doesn't

Injecting SignInManager dependency: does not work with Unity, works when using OWIN

ASP.NET MVC 5.1 C# OWIN facebook authentication or login ask for birthday, likes, public profile, phone number

How to Configure owin/Katana to listen on all host ip addresses

c# owin katana

Access token revocation implementation in OAuth 2

Middleware class not called on api requests

c# asp.net-web-api2 owin

AuthenticationManager.GetExternalLoginInfoAsync() on google aspnet mvc5 returns null

How to Update the HttpConfiguration AFTER the Owin TestServer creation

c# asp.net-web-api owin

How to update Owin access tokens with refresh tokens without creating new refresh token?

c# asp.net-web-api token owin

Self-hosted In Process Web API with Dot net core

c# .net-core owin self-hosting

Custom OWIN CookieAuthenticationProvider fails on 1st/cold boot

Access configured CookieAuthenticationOptions.LoginPath outside of Startup.Auth.cs

asp.net-mvc-4 cookies owin

How to modify token endpoint response body with Owin OAuth2 in Asp.Net Web API 2

Request.GetOwinContext().Authentication.SignIn not creating cookie

Microsoft Owin Logging - Web Api 2 - How do I create the logger?

c# asp.net-web-api2 owin

How to authenticate an access token using OWIN OAuthBearerAuthentication?