-
Using Sustainsys.Saml2.AspNetCore2 v2.9.0
I have authentication working using Sustainsys, but I am trying to make it so that the value of `ClaimsIdentity.NameClaimType` is what I want it to be.
…
-
Hi,
I am using Sustainsys.Saml2.AspNetCore2 version 2.9.0.
I have CookieAuthenticationScheme as my DefaultScheme and Saml2 as my DefaultChallengeScheme.
```csharp
services.AddAuthentication(…
-
### Feature Request
It would be great to generate the Swagger file in CI without running the app. I am willing to build such a feature (either in this repo or create another tool). Using reflection…
-
@AndersAbel
I am using `Sustainsys.Saml2.AspNetCore2 Version="2.9.0"` in a .net 6 blazor app.
Registration _This is a minimized example with the same behavior. I know the cert will be needed f…
-
Hello,
i am using the latest version (2.9.0) on .Net6.0, i get this error when the feature WantAuthnRequestsSigned is enabling.
the certificate used has SHA256 as algorithm for signature.
…
-
I am trying to make a broker to communicate with it by WebSocket. I used this code but it wasn't successful. I cannot even connect to broker via WebSocket but I can connect via tcp (port 1883)
```
…
-
### Describe the bug
A network protocol error for ongoing subscriptions is raised after publishing a message to the server. The error cancels the subscriptions.
Platform:
- Windows 10
- Version:…
-
In our IdentiyServer4 implementation, we have implemented option provider for OpenIDConnect which gets resolved at runtime and provides dynamic options as per IDP like aad/okta/onelogin. Now we want t…
-
Hi!
We recently updated EF Core from 2.0.2 to 2.1.2, and this code that worked perfectly fine earlier, has now started failing with some strange errors. When debugging this code in Visual Studio 20…
-
## Project Bedrock
Project bedrock is about further decoupling the components of Kestrel so that we can use it as the foundation for our non-http networking stack.
We want to build on the primiti…