I want to make my CloudWatch dashboards accessible to the folks authenticated in our Auth0 database. I was following along with the guidance to Configure Amazon Web Services for SSO using SAML, when I encountered the AWS restriction
AWS SSO requires the AWS Organizations service
I was thinking of trying to authenticate using OpenID instead, but I encountered a warning indicating that it could be a security vulnerability.
Can you tell me a good way to share CloudWatch dashboards to my Auth0 users without paying AWS to have an āOrganizationā?
I found the way to make it work. Created an app in Auth0 for SAML authentication and used the CloudWatch Dashboard Sharing (in AWS Cognito - federation-identity-providers) to add a SAML identity provider.