Social sign in with Google does not return back to app for users who have never set up chrome and are trying to add their account. #2966
Labels
pending-maintainer-response
Issue is pending response from an Amplify team member
Before opening, please confirm:
Language and Async Model
Kotlin
Amplify Categories
Authentication
Gradle script dependencies
Environment information
Please include any relevant guides or documentation you're referencing
No response
Describe the bug
For mobile users who have never opened chrome and set it up, when signing in via Google social, they are presented with either
Add account to device
orUser without an account
. The latter will take you to the expected email+pass+2FA flow which upon success will eventually return the user back to the app signed in.If the user were to
Add account to device
, they instead remain within chrome tabs upon completion of the flow. Clicking onContinue as {added account}
takes the user to their account settings screen rather than back into the app signed in.Reproduction steps (if applicable)
Add account to device
Continue as {added account}
sends user to account settings pageCode Snippet
// Put your code below this line.
Log output
amplifyconfiguration.json
No response
GraphQL Schema
Additional information and screenshots
Set up flow initial screen
The text was updated successfully, but these errors were encountered: