Skip to content
Snippets Groups Projects
Commit 43a54810 authored by Marcel Nellesen's avatar Marcel Nellesen
Browse files

Merge branch 'Hotfix/1354-workingFHLogin' into 'master'

Hotfix/1354 working fh login

See merge request !86
parents 1a505685 2d494830
No related branches found
No related tags found
1 merge request!86Hotfix/1354 working fh login
......@@ -93,6 +93,8 @@ namespace Coscine.Api.STS
var x509Certificate2 = new X509Certificate2(pfx, passwordString);
options.SPOptions.ServiceCertificates.Add(x509Certificate2);
options.SPOptions.WantAssertionsSigned = true;
});
}
}
......
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment