microsoft-authentication-library-for-android
microsoft-authentication-library-for-android copied to clipboard
Fix msal test app after merging with the fadi/release/5.4.0
Fix update according to the following team feedback:
- 2700582: [use case 1.2.2] User is not registered with given email: No error is popped up in UI (Probably this is a bug of the test app)
- 2700575: [use case 2.2.5] Resend email OTP: App crashing
- 2700583: [use case 1.2.3] Password is incorrect: No error is popped up in UI (Probably this is a bug of the test app)
- 2700677: [hero scenario 3, use case 2.1.3] Verify email OTP first and then collect custom attributes: When submitting attributes (had to hard-code some), the test application doesn't return to the sign in / sign up screen
- 2707041: Authenticate user (get token) through web browser, retrieve tokens through native auth SDK interface (by setting forceRefresh=true): EmailSignInSignUpFragment does not have logic for handling redirects