-
# Problem
When we use `HttpPost` as `SingleLogoutServiceBinding` we get the following error: _The response headers cannot be modified because the response has already started_.
When we use `HttpRe…
-
Hi,
I get this error:
```
Nov 10 00:07:15 hypeproxy hypeproxy[15951]: System.ArgumentException: The resource object with key 'DateHumanize_MultipleMonthsAgo' was not found
Nov 10 00:07:15 hype…
-
Hi,
We are using version 2.9.1 of the library in a development environment that has restricted internet access.
We developed a backend using .NET 6 and everything worked just fine up until a few w…
-
I have setup 2 enterprise applications in Azure. And if i implement these separately using this library, they both work fine. If however, i implement both of them on 1 website, the site builds and r…
-
Sustainsys version: Sustainsys.Saml2.AspNetCore2 v2.9.2
I am getting an exeption thrown when processing login requests from a new integration I am setting up (error message and stack trace below). …
-
Idp-Initiated SSO (Unsolicited SSO) Auth does not seem to work when using AspNetCore2 Handler
I used SSOCircle as the identity provider and AspNetCore2 sample to test. Apart from the default settin…
-
As it was mentioned here https://docs.duendesoftware.com/identityserver/v6/ui/login/external/, It is possible to integrate Duende IdentityServer with another external login providers. I would like to …
-
Running the sample AspNetCore application with an Azure SAML2 IdP fails to start with the error
```
System.Configuration.ConfigurationErrorsException: Unexpected entity id "https://sts.windows.ne…
-
.AddSaml2(samlOptions => {
CryptoConfig.AddAlgorithm(typeof(RsaPkCs1Sha256SignatureDescription), System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA256Url);
CryptoConfig.AddAlgorith…
-
**Version:** Sustainsys.Saml2.AspNetCore2 - 2.9.0
**Description**
In my `ConfigureServices` method, I am calling something like this:
```
authBuilder.AddSaml2(options => {
options.SP…