-
## Non Security Issues
### Information needed
1. What nuget packages are you using?
- **Sustainsys.Saml2 (2.8.0)**
- **Sustainsys.Saml2.AspNetCore2 (2.8.0)**
- **Sustainsys.Saml2.Owin (2.8.0)…
-
Hello,
We have an issue with an Idp triggered Saml authentication request using Okta as a provider (Sp works fine). When comparing the requests made to /Acs (POST) we can see that the cookie doesn'…
-
I am trying sonarqube on my aspnetcore2.2 project.
The project uses MSbuild version - 16.1.76.45076.
When I run the official dotnet-sonarscanner tool - version 4.6.2,
only CSS code is getting a…
-
### Describe the bug
I have been running Process Monitor (procmon) on `w3wp.exe` and I am getting 1000's of `PATH NOT FOUND`.
w3wp.exe is calling `CreateFile` several 1000 times in short time (1-2…
-
We found out that when the SAML response doesn't have the , the library would throw a NullReferenceException at Sustainsys.Saml2.Saml2P.Saml2PSecurityTokenHandler.ValidateToken (See detail stack trace…
-
### Setup
- ASP.NET Core 3.1 template application
- Sustainsys.Saml2 and Sustainsys.Saml2.AspNetCore2 2.9.0 NuGet packages added
- Authentication registered with
```cs
services.AddAuthenticat…
-
### Describe the feature request
NetCore2.1 is deprecated and should no longer be supported for security reasons if you ask me.
### Which project is your feature request related to?
- MQTTnet.Asp…
-
Hello, I'm new to SAML and I have some issue, previously we used old SAML library and we handled SamlResponse in this way
```
[Route("api/Acs")]
[HttpPost]
public async Task Sa…
-
So, I'm getting an error from Visual Studio when I try to debug the Samples.Mvc5 project.
![image](https://user-images.githubusercontent.com/17071679/83209462-47d4da00-a10d-11ea-9273-3833a9ba74a7.p…
-
Attempting to Use AspNetCore2 plugin with cookies.
I do not need the overhead of Identity and that is why its not in use.
I use the [Authorize] Decorator on my Controller action and that is all.…