Skip to content

Commit b23f5d7

Browse files
committed
correcting saml2ArtifactResolve issuer
1 parent da73b1f commit b23f5d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ITfoxtec.Identity.Saml2/Bindings/Saml2SoapEnvelope.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public virtual async Task ResolveAsync(
7575
}
7676
var artifactDestination = saml2ArtifactResolve.Config.ArtifactResolutionService.Location;
7777
saml2ArtifactResolve.Destination = artifactDestination;
78-
saml2ArtifactResolve.Issuer = saml2ArtifactResolve.Config.Issuer;
7978
XmlDocument = saml2ArtifactResolve.ToXml();
8079

8180
var content = new StringContent(ToSoapXml().OuterXml, Encoding.UTF8, "text/xml");

0 commit comments

Comments
 (0)