I see good articles on AEM integration with Auth azure B2C SAML/oAuth authentication. We have already an Azure B2C configured for users ti authenticate with external ID providers like Linkedin,FB,Google, MS Live. Our requirement is to integrate this flow in AEM, we dont use azure B2C as local auth system but as just a bridge between different providers. The flow should be AEM->Azure B2c -> social login ->B2C->AEM. In this flow finally B2C returns token which it creates based on IDP and returns to AEM. We need B2C to avoid integrating with each IDP separately in AEM.
Any one has done this type of setup ? can provide more information if needed