SSO Providers
SSO (Single Sign On) Providers
- Auth0
- AWS Cognito
Pros:
- Have someone manage your user accounts for you
- (Security, balancing, availability)
- They take care of the CRUD
- Prettier interface
- Better documentation
Options
- Cheaper
- "Drier" / Bleak interface
- Confusing as hell
- You can give individual users IAM roles
- Can be configured with serverless
- But not all configuration options
Cons:
- You may only be able to log in to one SSO at a time.
- This is bad if you want to attache one user account to multiple providers
Last modified 4yr ago