Open Web Interface for .NET that describes how components in a HTTP pipeline should communicate.
I need to allow users to login through Corp network to access an internal web application. I've followed all the …
c# azure asp.net-identity owin azure-active-directoryI'm experimenting with keeping my content in non-default locations (eg in bower_components or /packages/../tools). As part of the …
asp.net owin fileserverI have a question regarding the claims in MVC 5. So basically imagine I have a registered user in DB, now …
asp.net asp.net-mvc asp.net-mvc-5 owin claimsHere is my scenario: I have a MVC4.5/WebApi2 application that uses OpenIdConnectAuthentication based on a Thinktecture.IdentityServer provider. So …
asp.net-web-api owin thinktecture-ident-server bearer-tokenI am trying to set up my Dependency Injection and I am in the need of injecting a IAuthenticationManager from …
c# asp.net-mvc owin simple-injectorWe have our own OpenID Connect Provider. We want to pass custom query parameter in Authentication request using Owin middleware. …
c# asp.net-mvc owin katana openid-connectI have a console application SERVER that hosts WebApi controllers using OWIN self-hosting, and runs under a custom account named "…
asp.net-web-api owin windows-authentication self-hostingBefore you think of it, this is not the same. I think this should be pretty much self explanatory. I …
asp.net-web-api owin swagger swashbuckle