-
Notifications
You must be signed in to change notification settings - Fork 51
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
Updates to Cognito comparison blog post #3362
Open
bradmccarty
wants to merge
8
commits into
main
Choose a base branch
from
bradm/auth0-compare
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+10
−12
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
f0b0a81
Updates to Cognito comparison blog post
bradmccarty 3a24631
Shrink images
bradmccarty 7f78ec3
Update astro/src/content/blog/amazon-cognito-and-fusionauth-compariso…
bradmccarty 7eaf43c
Update astro/src/content/blog/amazon-cognito-and-fusionauth-compariso…
bradmccarty f77b154
Update astro/src/content/blog/amazon-cognito-and-fusionauth-compariso…
bradmccarty 73d7c02
Update astro/src/content/blog/amazon-cognito-and-fusionauth-compariso…
bradmccarty 9d283e9
Update amazon-cognito-and-fusionauth-comparison.mdx
bradmccarty 501ce1f
Update astro/src/content/blog/amazon-cognito-and-fusionauth-compariso…
bradmccarty File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file added
BIN
+398 KB
...ito-and-fusionauth-ciam-comparison/amazon-cognito-and-fusionauth-comparison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+401 KB
(1200%)
astro/public/img/blogs/fusionauth-vs-auth0/auth0-vs-fusionauth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
publish_date: 2018-09-18 | ||
title: Amazon Cognito and FusionAuth Comparison | ||
description: Compare FusionAuth and Amazon Cognito for your identity and access management solution. | ||
authors: Bryan Giese | ||
updated_date: 2022-05-19 | ||
image: /img/blogs/cognito-and-fusionauth-ciam-comparison/amazon-cognito-and-fusionauth-comparison.jpg | ||
authors: Bryan Giese and Brad McCarty | ||
updated_date: 2024-10-31 | ||
image: /img/blogs/cognito-and-fusionauth-ciam-comparison/amazon-cognito-and-fusionauth-comparison.png | ||
categories: Compare | ||
tags: ciam, cognito, compare | ||
excerpt_separator: "{/* more */}" | ||
|
@@ -33,7 +33,7 @@ Cognito and FusionAuth are both designed to be quickly up and running with almos | |
|
||
|
||
### Free for Unlimited Users | ||
One of the biggest differences between Cognito and FusionAuth is cost. FusionAuth is free for unlimited users. No strings, gimmicks, or tricks. No cost increases when you hit a certain Monthly Active User threshold. Much like a database or a web server, secure authentication is so essential that developers should be able to implement it quickly and easily without cost concerns. And unlike the free options from other vendors, we don't feature-cripple or user-limit FusionAuth. You get the full unrestricted platform with every feature and benefit. | ||
One of the biggest differences between Cognito and FusionAuth is cost. The FusionAuth Community plan is free for unlimited users when you self-host. No strings, gimmicks, or tricks. No cost increases when you hit a certain Monthly Active User threshold. Much like a database or a web server, secure authentication is so essential that developers should be able to implement it quickly and easily without cost concerns. You'll even find some of our more advanced features, such as [passkeys](/blog/announcing-fusionauth-1-52), in the Community version. | ||
|
||
## Single-Tenant Security | ||
|
||
|
@@ -45,13 +45,13 @@ For more details on the benefits and pitfalls of single- and multi-tenant soluti | |
|
||
### Localization | ||
|
||
A company doing business through the internet today has a storefront open to customers from around the globe. While having a vast pool of potential customers is a benefit, many companies struggle to deliver their products and services to the wide range of languages they encounter. FusionAuth was designed to allow you to easily communicate with your customers in the language they prefer. You can create customized HTML and text email templates for the languages you support, and quickly add additional options as your community grows. | ||
A company doing business through the internet today has a storefront open to customers from around the globe. While having a vast pool of potential customers is a benefit, many companies struggle to deliver their products and services to the wide range of languages they encounter. FusionAuth was designed to allow you to easily communicate with your customers in the language they prefer. You can create customized HTML and text [email templates](/docs/customize/email-and-messages/) for the languages you support, and quickly add additional options as your community grows. | ||
|
||
### Configurable Password Encryption | ||
### Configurable Password Hashing | ||
|
||
Every application has different security requirements. Some need to be HIPAA compliant, while others can be less stringent. We let you pick the level of security you need, and adjust it as quickly as your needs or threats evolve. We also allow you to use different password schemas for different groups of users, making it possible to consolidate multiple identity management systems into one efficient platform. This can be a completely transparent process without any downtime or customer friction. | ||
Every application has different security requirements. Some need to be HIPAA compliant, while others can be less stringent. We let you [pick the level of security](/docs/operate/secure-and-monitor/advanced-threat-detection) you need, and adjust it as quickly as your needs or threats evolve. We also allow you to use [different password schemas](/docs/extend/code/password-hashes/custom-password-hashing) for different groups of users, making it possible to consolidate multiple identity management systems into one efficient platform. This can be a completely transparent process without any downtime or customer friction. | ||
|
||
For more details, [read about how we migrated DataStax](/resources/datastax-case-study.pdf "Read about DataStax migration") from their previous solution. | ||
For more details, [read about how we migrated Switchboard.app](/blog/switchboard-reduced-migration-time) from their previous solution. | ||
|
||
### Reporting and Analytics | ||
|
||
|
@@ -65,10 +65,8 @@ FusionAuth allows a parent company to create unique tenants to isolate distinct | |
|
||
If you would like more information on how FusionAuth enables effective EIU across multiple identity management systems, [contact us](/contact "Contact us today!"). | ||
|
||
### Custom Feature Development | ||
Another difference between Cognito and FusionAuth is our size and flexibility. There is no doubt that Amazon is a huge corporation that reaches all corners of the planet. At their size, it is difficult to get custom features or functionality unless they can serve their all Cognito customers. Smaller companies with unique or non-standard needs will find it difficult to get any type of custom feature implemented. | ||
|
||
FusionAuth is a small, bootstrapped company dedicated to our customers. We have successfully provided our core solutions with unique customizations and one-on-one support for our clients. We have eliminated the overhead, complex approval pipelines, and corporate red-tape that cripples large firms so we can deliver exceptional solutions for clients like DataStax, StrategyCorp, Deutsche Bank and IBM. If you have a specific challenge for managing users that we don't already cover, we'll work with you for a solution. This is an added benefit to having a single-tenant solution: your system can be customized to fit your specific requirements and specifications. | ||
### Customization | ||
There is no doubt that Amazon is a huge corporation that reaches all corners of the planet. At their size, it is difficult to get new features or functionality. FusionAuth is dedicated to our customers. We have helped companies like Clover, Audacy, Little Caesars, and the Mayo Clinic meet their unique needs. This is an added benefit to having a single-tenant solution: your system can be customized to fit your specific requirements and specifications. | ||
|
||
To see more details on how Cognito and FusionAuth stack up, [download this feature comparison](/resources/fusionauth-vs-cognito.pdf "Cognito and FusionAuth Feature Comparison") and please [contact us](/contact "Contact Us") if you have any questions. | ||
bradmccarty marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you want the comparison list below? Under |
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to update this date.