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.
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?
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?