Skip to content

Commit

Permalink
Use issuer for response
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 8, 2023
1 parent 3843a17 commit 881eed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion myconext-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.openconext</groupId>
<artifactId>saml-idp</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
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.getRequesterEntityId(),
samlAuthenticationRequest.getIssuer(),
samlAuthenticationRequest.getRequestId(),
user.getUid(),
samlStatus,
Expand Down

0 comments on commit 881eed7

Please sign in to comment.