Skip to content

Commit

Permalink
Update Saml2SecurityTokenHandler.cs (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaytak committed Jul 16, 2024
1 parent 20f5266 commit 2e7c701
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ protected virtual ClaimsIdentity CreateClaimsIdentity(Saml2SecurityToken samlTok
actualIssuer = ClaimsIdentity.DefaultIssuer;
}

var identity = validationParameters.CreateClaimsIdentity(samlToken, issuer);
var identity = validationParameters.CreateClaimsIdentity(samlToken, actualIssuer);

ProcessSubject(samlToken.Assertion.Subject, identity, actualIssuer);
ProcessStatements(samlToken.Assertion.Statements, identity, actualIssuer);
Expand Down

0 comments on commit 2e7c701

Please sign in to comment.