Skip to content

Commit 21ca199

Browse files
committed
//saml2Configuration.SignAuthnRequest = true;
1 parent 206ad13 commit 21ca199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestIdPCore/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void ConfigureServices(IServiceCollection services)
3131
services.BindConfig<Settings>(Configuration, "Settings");
3232
services.BindConfig<Saml2Configuration>(Configuration, "Saml2", (serviceProvider, saml2Configuration) =>
3333
{
34-
saml2Configuration.SignAuthnRequest = true;
34+
//saml2Configuration.SignAuthnRequest = true;
3535
saml2Configuration.SigningCertificate = CertificateUtil.Load(AppEnvironment.MapToPhysicalFilePath(Configuration["Saml2:SigningCertificateFile"]), Configuration["Saml2:SigningCertificatePassword"], X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.PersistKeySet);
3636
if (!saml2Configuration.SigningCertificate.IsValidLocalTime())
3737
{

0 commit comments

Comments
 (0)