Support for Multiple IDP: We have integrated Auth0 as an identity provider for our SaaS application planes, alongside our existing Cognito support. We are using auth0 organizations to maintain isolation for different tiers. The first user for each tenant will be saved to Auth0, and also update the authentication service database accordingly to ensure seamless integration and user management. While creating plans admin can choose the IdP associated with that particular plan.
MarketPlace Support: We now support native integration with AWS Marketplace. Independent Software vendors can now not only use ARC SaaS control plane to SaaSify their product but also monetise them by listing them on AWS Marketplace, enhancing visibility and customer reach.
Site to Site VPN: We’ve expanded the capabilities of the terraform-aws-arc-vpn module to now support Site-to-Site VPN, alongside AWS Client VPN. This enhancement simplifies secure network management by enabling both remote client access and encrypted connections between on-premises networks and AWS VPCs, all within a unified Terraform module.
Auth0 Idp: ARC authentication-package now supports Auth0 authentication, allowing you to integrate Auth0 as an identity provider for your web application. Feel free to checkout the implementation here.