mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
updated authentication in api
This commit is contained in:
parent
080fd5ac97
commit
168033b19d
@ -51,7 +51,7 @@
|
|||||||
</context-param>
|
</context-param>
|
||||||
<context-param>
|
<context-param>
|
||||||
<param-name>doAuthentication</param-name>
|
<param-name>doAuthentication</param-name>
|
||||||
<param-value>false</param-value>
|
<param-value>true</param-value>
|
||||||
</context-param>
|
</context-param>
|
||||||
<!--context-param>
|
<!--context-param>
|
||||||
<param-name>managed-api-enabled</param-name>
|
<param-name>managed-api-enabled</param-name>
|
||||||
|
|||||||
@ -129,7 +129,7 @@ utility = function () {
|
|||||||
log.error("User object was not found in the session");
|
log.error("User object was not found in the session");
|
||||||
throw constants.ERRORS.USER_NOT_FOUND;
|
throw constants.ERRORS.USER_NOT_FOUND;
|
||||||
}
|
}
|
||||||
var unitName = user.domain + "cdmf.unit.device.type." + deviceType + "." + unitPostfix;
|
var unitName = user.domain + ".cdmf.unit.device.type." + deviceType + "." + unitPostfix;
|
||||||
if (new File("/app/units/" + unitName).isExists()) {
|
if (new File("/app/units/" + unitName).isExists()) {
|
||||||
return unitName;
|
return unitName;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user