Skip to content
Snippets Groups Projects

Hotfix/1354 working fh login

Merged Marcel Nellesen requested to merge Hotfix/1354-workingFHLogin into master
3 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
0
@@ -93,6 +93,8 @@ namespace Coscine.Api.STS
var x509Certificate2 = new X509Certificate2(pfx, passwordString);
options.SPOptions.ServiceCertificates.Add(x509Certificate2);
options.SPOptions.WantAssertionsSigned = true;
});
}
}
Loading