Skip to content

Commit

Permalink
fix: merge consent gathering fix from oxAuth #1625
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Jan 4, 2022
1 parent b5cb0f6 commit 3ad190d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public SessionId getConsentSession(HttpServletRequest httpRequest, HttpServletRe

public void setAuthenticatedSessionState(HttpServletRequest httpRequest, HttpServletResponse httpResponse, SessionId sessionId) {
SessionId connectSession = getConnectSession(httpRequest);
sessionIdService.setSessionIdStateAuthenticated(httpRequest, httpResponse, sessionId, connectSession.getDn());
sessionIdService.setSessionIdStateAuthenticated(httpRequest, httpResponse, sessionId, connectSession.getUserDn());
}

public boolean isSessionStateAuthenticated(HttpServletRequest httpRequest) {
Expand Down

0 comments on commit 3ad190d

Please sign in to comment.