Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in owin

Mounting Suave in an Owin application

f# owin suave

UseWsFederationAuthentication - AuthenticationException: The remote certificate is invalid according to the validation procedure

NSwag not working with ASP.NET Web API 2 and OWIN. Just getting 404

asp.net-web-api2 owin nswag

debug OWIN auth middleware

Maximum concurrent requests in signalr self hosted in kestrel

asp.net-core signalr owin

WebApi Swagger: API Endpoints empty list

Could not load file or assembly 'Microsoft.IdentityModel.Tokens, Version=5.2.0.0

asp.net-web-api jwt owin

It is possible to use OWIN Nancy with Web Forms?

asp.net nancy owin

Ninject with Web Api, SignalR, MVC and OWIN

Microsoft.Owin.Testing.TestServer 404 not found

How do I integration test a ASP 5/Core Web API with [Authorize] Attributes

How to use both internal Forms authenticationas well as Azure AD authentication

How to mock HttpContext.Current.GetOwinContext() with Nunit and RhinoMocks?

How can I signal cancellation to Web API actions when the self-hosted OWIN server shuts down?

AuthorizationCodeReceived event not firing

Are these usages of OWIN possible?

Understanding client_id and client_secret

oauth oauth-2.0 owin

How to use IAppBuilder-based Owin Middleware in ASP.NET 5

c# asp.net .net owin

Should I use OwinContext's Environment to hold application specific data per request

How to know when OWIN cookie will expire?