What's the difference between AWS SSO and AWS Cognito?

11,008

I am on the Amazon Cognito team.

Amazon Cognito is our identity management solution for developers building B2C or B2B apps for their customers, which makes it a customer-targeted IAM and user directory solution.

AWS SSO is focused on SSO for employees accessing AWS and business apps, initially with Microsoft AD as the underlying employee directory.

We plan to integrate Cognito User Pools and AWS SSO as part of our roadmap.

Share:
11,008

Related videos on Youtube

piotrek
Author by

piotrek

junit parameterized: zohhak

Updated on September 16, 2022

Comments

  • piotrek
    piotrek over 1 year

    Let's say I have a few clients: corporation x, y, z. each of those corporation has their employees and their SSO (mostly SAML but can be also OpenId or anything else).

    I want to be able to integrate with their SSO so they can log in to my application without giving me their credentials. Something like cloudfoundry UAA. Which one should i use: AWS SSO or AWS Cognito? What's the difference?

  • John
    John almost 5 years
    Is there any word on progress of integration between Cognito User Pools and AWS SSO yet please? Use case is to allow ALB authentication using Cognito backed by SSO as the user pool, meaning apps fronted by ALB could be seen as business apps by SSO. See serverfault.com/q/977052/406287.
  • l85m
    l85m over 4 years
    You may not need cognito at all since ALB directly supports oidc integration with azure.
  • user192344
    user192344 about 4 years
    Can we have something like auth0? Cognito with SSO feature, as my case, im using id pool to connect my openid provider, let say i have 2 domains, i want them sso together with Cognito, is it possible currently?
  • rabin adhikari
    rabin adhikari over 3 years
    user192344 :- I am facing the same problem exactly as yours have you find any solution please help me