AppAuth-Android icon indicating copy to clipboard operation
AppAuth-Android copied to clipboard

Getting idToken with a refresh

Open GRRedWings opened this issue 2 years ago • 0 comments

Currently I'm using performTokenRequest. To refresh my token. But using Azure and even with offline_access scope I do not get an idToken back now. Is there a way to exchange this refresh token for an idToken? Or request that the idToken be part of the refresh? I felt that this was working for me until recently.

   authService.performTokenRequest(request, clientAuthentication, callback);

GRRedWings avatar Jan 02 '23 20:01 GRRedWings