Merge pull request #554 from ayyoob/arduino

arduino fix is added
This commit is contained in:
Rasika Perera 2017-01-20 18:01:23 +05:30 committed by GitHub
commit 1fdaf0dc2f

View File

@ -230,7 +230,7 @@ public class ArduinoServiceImpl implements ArduinoService {
ArduinoConstants.APIM_APPLICATION_TOKEN_VALIDITY_PERIOD); ArduinoConstants.APIM_APPLICATION_TOKEN_VALIDITY_PERIOD);
} }
JWTClient jwtClient = APIUtil.getJWTClientManagerService().getJWTClient(); JWTClient jwtClient = APIUtil.getJWTClientManagerService().getJWTClient();
String scopes = " device_" + deviceId; String scopes = " device_" + deviceId + " perm:arduino:enroll";
AccessTokenInfo accessTokenInfo = jwtClient.getAccessToken(apiApplicationKey.getConsumerKey(), AccessTokenInfo accessTokenInfo = jwtClient.getAccessToken(apiApplicationKey.getConsumerKey(),
apiApplicationKey.getConsumerSecret(), owner, scopes); apiApplicationKey.getConsumerSecret(), owner, scopes);
//create token //create token