mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix remote share authorization issue
This commit is contained in:
commit
13daf3963a
@ -124,7 +124,7 @@ public class UserHandler extends HttpServlet {
|
||||
proxyResponse.setData(mapper.convertValue(data, JsonNode.class));
|
||||
|
||||
HandlerUtil.handleSuccess(resp, proxyResponse);
|
||||
httpSession.setAttribute(HandlerConstants.USERNAME_WITH_DOMAIN, tokenData.get("username").toString());
|
||||
httpSession.setAttribute(HandlerConstants.USERNAME_WITH_DOMAIN, tokenData.get("username").textValue());
|
||||
log.info(
|
||||
"User " + proxyResponse.getData() + " logged in",
|
||||
userLoginLogContextBuilder
|
||||
|
||||
Loading…
Reference in New Issue
Block a user