-
Often, the URLs on a website change, but you need to maintain compatibility with the old system. It could be quite helpful to have a helper method, that would simply register a route with a redirectin…
-
It seems OnActivated (and possibly other callbacks?) leaks memory. Below a little test that uses more and more memory. If OnActivated is removed, problem is gone
```c#
public class FooTest
{
p…
-
System.Threading.Tasks.TaskCanceledException:
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089)
at…
-
For Social outh integration, I am trying some simple implementation. I am always getting
The auth state was missing or invalid. There is no much documentation available.
I read the post. https://…
-
### Expected result
What would be a catch-all error handling strategy? Apart from the UseExceptionHandler middleware, should we use UseStatusCodePagesWithReExecute? Given the different kinds of err…
-
I can't wrap my head around how this would work. The way I see this at the moment, you can simply decode the access token and use it again. That's because there isn't a secret key used in the server s…
-
TLDR: The only types the generic Host supports for Startup constructor injection are `IHostEnvironment`, `IWebHostEnvironment`, and `IConfiguration`. Applications using WebHost are unaffected.
In 3…
-
When using a Ninject `Provider` (factory) to create a dependency, the dependencies resolved from the `IContext` passed to the Provider will not honor any 'Per Request' scoping.
When in Owin/WebApi wo…
-
One of my customers is having some issues with OpenID Connect and .NET 4.5 apps.
Here is an overview:
"looking to build Open ID Connect into a nuget package that we can re-use with our .NET appl…
-
After Twitter external authentication is successful, the user is returned to https://iluvrun.com/signin-twitter. I can grab the user's user id (urn:twitter:userid) and screenname (urn:twitter:screenna…