Skip to content
Snippets Groups Projects
Commit d3a98b39 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

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

parent 0018c368
No related branches found
No related tags found
1 merge request!132Fix: Ignore Authentification Context in Response (coscine/issues#2169)
......@@ -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;
});
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment