Skip to content

Commit

Permalink
Use requesterID and not the issuerID for the authn response
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 8, 2023
1 parent fcdf762 commit 3843a17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ private void sendAssertion(HttpServletRequest request,
//Tracking cookie for user new device discovery
this.addTrackingCookie(request, response, user);
this.samlIdpService.sendResponse(
samlAuthenticationRequest.getIssuer(),
samlAuthenticationRequest.getRequesterEntityId(),
samlAuthenticationRequest.getRequestId(),
user.getUid(),
samlStatus,
Expand Down

0 comments on commit 3843a17

Please sign in to comment.