AppAuth-Android
AppAuth-Android copied to clipboard
Getting idToken with a refresh
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);