Yes, this is available in Azure B2C.
Organizations that use Azure AD B2C as their customer identity and access management solution might require integration with applications that authenticate by using the SAML protocol. The following diagram shows how Azure AD B2C serves as an identity provider (IdP) to achieve single-sign-on (SSO) with SAML-based applications.
The application creates a SAML AuthN request that's sent to the SAML sign-in endpoint for Azure AD B2C.
The user can use an Azure AD B2C local account or any other federated identity provider (if configured) to authenticate.
If the user signs in by using a federated identity provider, a token response is sent to Azure AD B2C.
- Azure AD B2C generates a SAML assertion and sends it to the application.
You can also refer to below article.
Let me know if you have any further questions.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.