-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Provide FlowParameters for linking credentials to authenticated users #1823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, thanks for the feature request! I've added this to our internal tracking (b/162980103). |
Hello @sam-gc, |
Hi @FanciROS, unfortunately no updates for now |
Hi, any update on this? I'd be great to use Auth UI flow for Linking accounts via linkWithCredential |
I saw this is already solved here 309 |
The
SignInIntentBuilder.enableAnonymousUsersAutoUpgrade()
provides a configuration for linking credentials to an anonymous user. It would be nice to utilize this implementation to link credentials to authenticated users as well. This is especially useful for adding a phone number to an existing users or vise versa.This might relate to #309.
Steps to reproduce:
AuthUI
with two providers (e.g. Google and Phone)Observed Results:
Expected Results:
Relevant Code:
From AuthOperationManager.java
The text was updated successfully, but these errors were encountered: