-
I have an application which uses the Microsoft.Owin.Security.Google middleware for federated authentication.
Everything works fine, until I add a load balancer into the mix.
The load balancer is…
-
Use case: easy porting of **lots** of existing code without having to rewrite entire applications.
Would be happy to attempt a PR.
-
Hello,
Is there any way to load swagger without having to type /swagger? I mean just start the solution and go to swagger directly as the initial page.
I'm on Visual Studio 2017 and using NSwag …
-
My application receives encrypted web tokens from AAD. I am using the OWIN middleware for setting up the token decryption parameters. I am setting the `TokenValidationParameters.TokenDecryptionKeys` w…
-
On Examining the threads which were taking high CPU, it was found out that all of those threads are stuck in accessing a Dictionary.
![highcpu](https://cloud.githubusercontent.com/assets/19728219/2…
-
Hi, I haven't been able to get past this point. we first found this issue when we realized the sliding expiration isn't working at all. brought the code in from Github to test and found that the Machi…
-
### Expected behavior
When the SignalR hub server is misconfigured e.g. DB Server incorrect, when a client connects and fails any memory should be freed up. Also would expect to be able to catch an …
-
**Summary**
`https://localhost/graphql/playground` fires 404 errors for resources (styles.css, settings.js, middleware.js) when HotChocolate is integrated to an existing AspNet Classic web applicatio…
frbar updated
4 years ago
-
This is not a bug, but can't seem to find a nice way to solve the problem, so I'm asking here.
I use Facebook login form my users, so, they are asked to authorize basic permissions (email, name) at …
-
Hi,
I am using Okta as Identity Provider using SAML 2.0 Protocol.
I am using Kentor.Authservices to connect to Okta sing MVC Owin middleware.
```
Below are the configuration I did to conne…