Skip to content

Commit c4b2e4a

Browse files
committed
UY-1524 fix OAuth auto login
1 parent c8455aa commit c4b2e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth/src/main/java/pl/edu/icm/unity/oauth/client/web/OAuthProxyAuthnHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private boolean startLogin(String idpConfigKey, HttpServletRequest httpRequest,
8484
HttpServletResponse httpResponse, String endpointPath, AuthenticatorStepContext authnContext) throws IOException
8585
{
8686
HttpSession session = httpRequest.getSession();
87-
String currentURI = endpointPath + ProxyAuthenticationFilter.getCurrentRelativeURL(httpRequest);
87+
String currentURI = ProxyAuthenticationFilter.getCurrentRelativeURL(httpRequest);
8888
LoginMachineDetails loginMachineDetails = LoginMachineDetailsExtractor.getLoginMachineDetailsFromCurrentRequest();
8989
OAuthContext context;
9090
try

0 commit comments

Comments
 (0)