Feature Request: A Way to Remove Sign in with AWS Button
See original GitHub issueI just used amplify in a React frontend project, and the sign in page looks like:
And this is what I expect:
So, how can I remove the Sign In with AWS button and keep others? The code looks like:
const federated = {
amazonClientId: "a client id",
facebookAppId: "a client id",
googleClientId: "a client id",
}
<AmplifyAuthenticator
usernameAlias="email"
>
<AmplifySignIn headerText="Sign In" slot="sign-in"
federated={federated}
usernameAlias="email"
formFields={[...]}
>
</AmplifySignIn>
<AmplifySignUp
usernameAlias="email"
formFields={[...]}
slot="sign-up"
></AmplifySignUp>
</AmplifyAuthenticator>
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:14 (9 by maintainers)
Top Results From Across the Web
How to remove "Sign in with AWS" button from Angular ...
I am currently using Angular/Congito/Amplify for users to login to my website. The functionality works perfectly but ...
Read more >Remove a member account from an AWS Organization
Open the IAM console, choose Users from the navigation pane, and then choose Add user. Enter a user name, and then select AWS...
Read more >Removing a member account from your organization
When you sign in to the organization's management account, you can remove member accounts from the organization that you no longer need.
Read more >Delete an Access Key - Amazon AWS
To delete access keys for the AWS account root user, do the following: Sign in to the AWS Identity and Access Management (IAM)...
Read more >Deactivating MFA devices - AWS Documentation - Amazon.com
Choose the Security credentials tab. Choose the radio button next to the device and choose Remove. Choose Remove. The device is removed from...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For the love of all that is holy can you make this better documented – rummaging around for hours to find out how to hide a federated ID i never enabled is annoying. @tjleing how is a user supposed to know that <AmplifyGoogleButton /> is a thing that’s available – where is this documented?
Thanks again for the feedback! I hope we’ve found a functioning workaround to your issue.
As far as getting this feature into the library, I’ve marked this as a feature request so that we can more effectively gauge demand from the community. We also welcome contributions in the form of pull requests if you’re up to it!