We want to implement b2c SSO using custom policies on following scenario:
- User logs into web app using b2c signin-singup policy (works fine).
- After signin, web page displays links to call another web apps and when signed in user clicks on link, he/she should be able to access without signin using SSO.
- One app is hosted on aws and others are hosted in azure.
Is there any github sample or documentation which walks through above scenario (Azure B2C SSO with AWS App)?
Thanks