We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206ad13 commit 21ca199Copy full SHA for 21ca199
test/TestIdPCore/Startup.cs
@@ -31,7 +31,7 @@ public void ConfigureServices(IServiceCollection services)
31
services.BindConfig<Settings>(Configuration, "Settings");
32
services.BindConfig<Saml2Configuration>(Configuration, "Saml2", (serviceProvider, saml2Configuration) =>
33
{
34
- saml2Configuration.SignAuthnRequest = true;
+ //saml2Configuration.SignAuthnRequest = true;
35
saml2Configuration.SigningCertificate = CertificateUtil.Load(AppEnvironment.MapToPhysicalFilePath(Configuration["Saml2:SigningCertificateFile"]), Configuration["Saml2:SigningCertificatePassword"], X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.PersistKeySet);
36
if (!saml2Configuration.SigningCertificate.IsValidLocalTime())
37
0 commit comments