userID 부분 추가

This commit is contained in:
kimscott
2019-09-16 15:41:26 +09:00
parent 54528cc871
commit 9df23c861f

View File

@@ -165,7 +165,7 @@ public class OAuth2AuthorizationServerConfig extends AuthorizationServerConfigur
if(authentication.isAuthenticated()) { if(authentication.isAuthenticated()) {
Map<String, Object> additionalInfo = new HashMap<>(); Map<String, Object> additionalInfo = new HashMap<>();
additionalInfo.put("company", "CLT"); additionalInfo.put("company", "Uengine");
// String clientId = authentication.getOAuth2Request().getClientId(); // String clientId = authentication.getOAuth2Request().getClientId();
// logger.debug("client ID : " + clientId); // logger.debug("client ID : " + clientId);