|
@@ -533,7 +533,7 @@ public class AuthServiceImpl implements AuthService {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public User thirdPartyAccess(Long rootOrgId, String loginName, String appId, String timestamp,
|
|
|
+ public User thirdPartyCommonUserAccess(Long rootOrgId, String loginName, String appId, String timestamp,
|
|
|
String token, String clientIp) throws StatusException {
|
|
|
|
|
|
OrgEntity rootOrg = GlobalHelper.getEntity(orgRepo, rootOrgId, OrgEntity.class);
|