Skip to content
Snippets Groups Projects

Fix: Ignore Authentification Context in Response (coscine/issues#2169)

Merged Benedikt Heinrichs requested to merge Hotfix/2169-ignoreAuthContext into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -98,6 +98,9 @@ namespace Coscine.Api.STS
options.SPOptions.ServiceCertificates.Add(x509Certificate2);
options.SPOptions.WantAssertionsSigned = true;
// For dealing with `'DeclarationReference' must be an absolute Uri``
options.SPOptions.Compatibility.IgnoreAuthenticationContextInResponse = true;
});
}
}
Loading