|
|
@ -42,8 +42,6 @@ var utils = function () {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
publicMethods["getDynamicClientAppCredentials"] = function (username, password) {
|
|
|
|
publicMethods["getDynamicClientAppCredentials"] = function (username, password) {
|
|
|
|
log.error("username"+ username);
|
|
|
|
|
|
|
|
log.error("password"+password);
|
|
|
|
|
|
|
|
// setting up dynamic client application properties
|
|
|
|
// setting up dynamic client application properties
|
|
|
|
var dcAppProperties = {
|
|
|
|
var dcAppProperties = {
|
|
|
|
"applicationName": deviceMgtProps["oauthProvider"]["appRegistration"]["applicationName"],
|
|
|
|
"applicationName": deviceMgtProps["oauthProvider"]["appRegistration"]["applicationName"],
|
|
|
|