From 3843a170829b85c2dcb87b5fd45876c6c3f65361 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Wed, 8 Nov 2023 11:22:46 +0100 Subject: [PATCH] Use requesterID and not the issuerID for the authn response --- .../myconext/security/GuestIdpAuthenticationRequestFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myconext-server/src/main/java/myconext/security/GuestIdpAuthenticationRequestFilter.java b/myconext-server/src/main/java/myconext/security/GuestIdpAuthenticationRequestFilter.java index 28f627f7..519fe540 100644 --- a/myconext-server/src/main/java/myconext/security/GuestIdpAuthenticationRequestFilter.java +++ b/myconext-server/src/main/java/myconext/security/GuestIdpAuthenticationRequestFilter.java @@ -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,