I would like to find out if openiddict (https://github.com/openiddict/openiddict-core) and Amazon Cognito. I plan to use ABP OpenIddict Module (https://docs.abp.io/en/abp/6.0/Modules/OpenIddict which provides advanced authentication features like single sign-on, single log-out, and API access control. This module persists applications, scopes, and other OpenIddict-related objects to the database.
In this video at the time mark: Amazon EKS SaaS deep dive: A multi-tenant EKS SaaS solution https://youtu.be/tXVLjWjEEwo?t=1250 You can see the onboarding experience when a SaaS tenant selects to provision its infrastructure and application using EKS Kubernetes.
Amazon Cognito creates User pool, App ID and Custom claims for the tenant. Can OpenIddict have equivalent functionality?
I would like to rebuild AWS SaaS provisioning with DigitalOcean kubernetes and abp.io framework.
Thank you.