-
I'm new to JS so let me know if I just missed something.
The oidcMiddleware is storing the remaining middleware chain:
`nextMiddleware = next;`
then using it to dispatch new actions:
`expo…
-
Im trying to add an users API in my identityserver (IdentityServer3 2.x) solution.
Im getting this error when adding the UseIdentityServerBearerTokenAuthentication to startup. Is there a conflict wit…
-
I have an app that I have been successfully using Autofac with for MVC and WebAPI controllers. At this point, I need the Autofac to control the service instances that MVC, WebAPI, and OWIN context use…
-
Question : Is there a way to use this middleware with legacy IIS hosted, non owin style api? I need to handle both JWT and reference token. So trying to find out if we can re use this before writing …
-
ASP.NET Web API 2 project deployed in multiple urls (production, staging, development)
I have integrated the Nswag by following the [NSwag Tutorial: Integrate the NSwag toolchain into your ASP.NET …
-
Cheers for the 2.0 support!
I am trying to migrate my Pact tests over to the new 2.0 spec code but I am stuck on the Provider Verification.
I currently pass my own http client into the ServicePr…
Stu-P updated
7 years ago
-
What is the right way to integrate dotvvm with NancyFx into web application.
Ideally I want to have dotvvm powered website with some REST API exposed via NancyFx
Thank you!
-
Hi,
I've been struggling to setup SAML implementation of OKTA, Kentor and the asp.net membership for some reason, and I've been requested to do the OWIN implementation.
Is this possible, and if so…
-
Add additional targeting for .NET Core. Even better if it could target .NET Standard.
-
Hi,
I've an application that is using `UseOpenIdConnectAuthentication` with [IdentityServer 4](https://github.com/IdentityServer/IdentityServer4) and sometimes I get this weird error:
``` termina…