Azure-Samples / active-directory-b2c-android-native-appauth

Demonstrates how you can use a third party library to build an Android application that authenticates Microsoft identity users to our B2C identity service and calls a web API using OAuth 2.0 access tokens.
http://aka.ms/aadb2c
Other
20 stars 12 forks source link

Taking time to call this method "handleCodeExchangeResponse" #11

Open MuhammadUsmanShaikh opened 2 years ago

MuhammadUsmanShaikh commented 2 years ago

This method "handleCodeExchangeResponse" is taking too much time to call and process further after hitting the redirect URL.

It's taking random delays (2 to 10 minutes) not every time, we have faced this issue twice in a week.

we are using this version: "net.openid:appauth:0.10.0"