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

Mobile App SignIn/SignUp experience in this sample is a bad design choice #5

Open reddy6ue opened 6 years ago

reddy6ue commented 6 years ago

For most mobile apps, the SignIn/SIgnUp experience needs to be carefully controlled. The current workflow of redirecting to an external browser is a very demoralizing design choice. Is there a way to keep the SignIn/SignUp component completely inside the mobile app without having to open an ugly browser outside the app?