carbon-device-mgt-plugins icon indicating copy to clipboard operation
carbon-device-mgt-plugins copied to clipboard

IOTS-219

Open iScorpio opened this issue 7 years ago • 1 comments

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

iScorpio avatar Jun 22 '18 09:06 iScorpio

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

stale[bot] avatar Jul 02 '18 10:07 stale[bot]