dropping the following links for your reference
https://learn.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-generic-saml
a small workflow for you
- Integrate Azure AD B2C with TestUniversity.com's SAML identity provider. This involves configuring Azure AD B2C to recognize and process SAML requests and responses.
- Exchange certificates with TestUniversity.com to establish trust. Azure AD B2C will use your certificate to sign SAML requests, and TestUniversity.com's IDP will validate these requests.
- Adjust Azure AD B2C's technical profile in your policy files to define how it communicates with the SAML IDP.
- Align the user attributes (claims) between Azure AD B2C and TestUniversity.com's IDP. This ensures consistent user information exchange.
- Modify Azure AD B2C's user journeys or create a new one to include the SAML IDP as a sign-in option. This step makes the SAML IDP visible and usable in your sign-in flow.
- Ensure that your application's policy in Azure AD B2C points to the modified user journey.