I am trying to do openID connect Auth, successfully got AuthorizationResponse, but getting:
AuthorizationException: {"type":0,"code":3,"errorDescription":"Network error"}
caused by
java.io.FileNotFoundException: http://api.my_addr.com:8080/connect/token
on line #154 of AuthorizationService.class
is = conn.getInputStream();
I found answer on stackoverflow (http://stackoverflow.com/questions/9365829/filenotfoundexception-for-httpurlconnection-in-ice-cream-sandwich), but I cannot edit library code.