question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: A Way to Remove Sign in with AWS Button

See original GitHub issue

I just used amplify in a React frontend project, and the sign in page looks like:

image

And this is what I expect:

image

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:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:14 (9 by maintainers)

github_iconTop GitHub Comments

7reactions
lack-of-gravitascommented, Jul 29, 2021

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?

7reactions
tjleingcommented, Nov 20, 2020

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found