AspNetCoreSecuritySamples
AspNetCoreSecuritySamples copied to clipboard
Samples for various ASP.NET Core Security Features
I've been working on a project and I think I have Blazor server and Blazor wasm both working independently in regards to authentication against identity server. It would be nice...
If `QueryString` is empty, then `PathString + QueryString + "&skip=1"` becomes `"/target/path&skip=1"`. If you instead do `PathString + QueryString.Add("skip", "1")`, it becomes `"/target/path?skip=1"`.
 I keep getting this error when trying to access the BFF Frontend hosted in Docker behind an HAProxy. The strange thing is that this works as expected when it...
To comply to the x-content-type-options 'nosniff' header the HTML response in the StrictSameSiteExternalAuthenticationMiddleware must have a content-type header.
Not sure what I'm doing. I was just trying to download, apologies if I've clicked on the wrong button. Very cool write up on your home page about this. I'm...
Just tested the **Authorization sample**. The non-secured url keeps redirecting to the login view. Steps to reproduce: - Go to http://localhost:5000 and enter the correct credentials. You are redirected to...
Doing some test with the OIDC sample I figured out this problem: Going to secure everything is fine but going to secure2 the result is always 401 unauthorized. I experienced...