How to setup a SSO with azure AD B2C and external IDP Rsk.SAML
We need to setup a SSO and we leverages the custom policy Azure AD B2C mechanism to set up B2C to talk to other Identity Providers.
Under Azure AD B2C we have App registration and Supported account types option has set to "Accounts in any identity provider or organizational directory (for authenticating users with user flows)" This option enables you to target local accounts and the widest set of user identities from Microsoft, Facebook, Google, Twitter, or any OpenID Connect provider.
We have a use case where as an IDP, We are using Rsk.SAML, which is a library for use with IdentityServer.
I am not seeing any article from Microsoft which talk on this. How to set up IDP to communicate with Azure AD B2C.