wso2 / carbon-device-mgt-plugins

Apache License 2.0
44 stars 99 forks source link

IOTS-219 #907

Open iScorpio opened 6 years ago

iScorpio commented 6 years ago

about https://wso2.org/jira/browse/IOTS-219

String username = tokenValidationProperties.get(RemoteSessionConstants.USERNAME); String password = tokenValidationProperties.get(RemoteSessionConstants.PASSWORD); auth.setPassword(username); <-- Super auth.setUsername(password); <-- Super

this code from https://github.com/wso2/carbon-device-mgt-plugins/blob/master/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session/src/main/java/org/wso2/carbon/device/mgt/extensions/remote.session/authentication/oauth/OAuthTokenValidatorStubFactory.java

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity.