When using the Microsoft sign in I'm getting a "Token refresh failed" snackbar. The AuthorizationException looks like this
W: AuthorizationException: {"type":0,"code":5,"errorDescription":"JSON deserialization error"}
W: at net.openid.appauth.AuthorizationService$TokenRequestTask.onPostExecute(AuthorizationService.java:478)
W: at net.openid.appauth.AuthorizationService$TokenRequestTask.onPostExecute(AuthorizationService.java:375)
W: at android.os.AsyncTask.finish(AsyncTask.java:695)
W: at android.os.AsyncTask.-wrap1(Unknown Source:0)
W: at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:712)
W: at android.os.Handler.dispatchMessage(Handler.java:105)
W: at android.os.Looper.loop(Looper.java:164)
W: at android.app.ActivityThread.main(ActivityThread.java:6541)
W: at java.lang.reflect.Method.invoke(Native Method)
W: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
W: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
W: Caused by: org.json.JSONException: field "token_type" not found in json object
W: at net.openid.appauth.JsonUtil.getString(JsonUtil.java:171)
W: at net.openid.appauth.TokenResponse$Builder.fromResponseJson(TokenResponse.java:216)
W: at net.openid.appauth.AuthorizationService$TokenRequestTask.onPostExecute(AuthorizationService.java:475)
W: ... 10 more
Does this also happen for you?
When using the Microsoft sign in I'm getting a "Token refresh failed" snackbar. The AuthorizationException looks like this
Does this also happen for you?