Vlad Murin
Vlad Murin
Please check the issue #27 and give your feedback here 🙏🏻
Hi Victor, could you please post here the full error message and "intent-filter" section of your manifest or you "Info.plist" (iOS) I suggest you just have some typo
Hi Marco, please check out the [sample app](https://github.com/vmurin/react-native-azure-auth-sample). If I logout there and then click login again - I'm always asked for credentials! (tested on Android emulator)
Have you tested with sample app or with you own only?
@0xc14m1z @akshgods Hi Guys, I can not see your code, so please check the behaviour based on test with the sample app! Check it out, replace the client ID in...
I have just tested the sample app on the real device (Samsung S10). It works as intended. It asks me for credentials every time I click login button!!! So my...
Hi, please check the [sample application](https://github.com/vmurin/react-native-azure-auth-sample) - you will find the usage of acquireTokenSilent method. It is possible to get a new access token without user interaction. regards, Vlad
Sorry, I don't have any experience with B2C. But I assume the general approach should be the same - you have some API to edit the profile and need access...
Have you tryed this: https://react-native-community.github.io/upgrade-helper/?from=0.64.0&to=0.67.2
Hi, are you using the latest version of RN? If not try to upgrade. And I will test the issue on this WE and will give you feedback