userID 부분 추가
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user