Spring-Security-Oauth2: Full authentication is required to access this resource

I am trying to use spring-security-oauth2.0 with Java based configuration. My configuration is done, but when i deploy application on tomcat and hit the /oauth/token url for access token, Oauth generate the follwoing error: My configuration is on Git hub, please click on link The code is large, so refer to git. I am using … Read more

ADB Android Device Unauthorized

It’s likely that the device is no longer authorized on ADB for whatever reason. 1. Check if authorized: 2. Revoke USB Debugging on phone If the device is shown as unauthorized, go to the developer options on the phone and click “Revoke USB debugging authorization” (tested with JellyBean & Samsung GalaxyIII). 3. Restart ADB Server: Then restarted adb server 4. … Read more

Android ADB devices unauthorized

Thankgod xda developers exist : http://forum.xda-developers.com/verizon-lg-g3/help/unable-to-access-adb-t2830087 Just had to delete adbkey file in C:Users/$Name/.android adbkey.pub was missing. Restart after this and both files are there. If this does not work : – Try Revoke USB DEBUGGING Authorization. – Enable USB debugging again.