-
Notifications
You must be signed in to change notification settings - Fork 119
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
[Auth] Support basic sign in and hosted UI sign in in same app #1180
Comments
Did you use |
@richardmcclellan I used |
Got it. I believe this is a limitation of |
We definitely need this and I think many other apps would also. Most apps present, SSO options as well as a sign-up/sign-in with username/password. |
Yeah, we would love to have this feature for Flutter library. We are facing the issue on android side only. |
Supporting this feature request, would be great to use at least hosted UI + socials |
Yes prrrrlease, we need this feature! I've spent quite some time moving from a different provider to Amplify Flutter (which I understand is based on Amplify Android) with the belief that basic sign-in and hosted social sign-in is supported. And only while researching this bug that I encountered, I learned that the root cause of the bug is that basic sign-in + hosted UI for social sign-in isn't supported. Gah! So yes, we need this feature. |
+1 |
1 similar comment
+1 |
+1 |
+1 |
Hi, I want to use hosted UI signIn, I have also kept OAuth block in amplifyConfiguration. I am using could you please help what I am missing? |
+1 |
1 similar comment
+1 |
Hello @haverchuck if upgrade is an option for you and your users I would recommend upgrading to our V2 library where you can supply the option that you would like to sign in with even if you have something else in your configuration. https://docs.amplify.aws/lib/q/platform/android/
|
|
When a user signs in using the standard Auth APIs, but the amplify configuration includes OAuth values, the user is briefly presented with a chrome custom tab when attempting to sign out. Signout appears to happen successfully, but the UX is jarring.
The version of Amplify Android you're using
1.16.13
The code you're using to call Amplify Android
Note: This is being run within amplify-flutter.
Please use syntax highlighting for any code/logs.
The text was updated successfully, but these errors were encountered: