Conditional Access using SAML and Azure B2C custom policy
Trying to implement Azure B2C Conditional Access sign in using SAML flow using custom policy. Conditional Access get implemented successfully when using OpenID protocol for the user journey but results in a failure when using the same SAML user journey.
The failure shows "Unrecognized Guid format". I worked with Azure support engineer and he shared backend error as attached in screenshot. He recommended me to add SAML metadata value in app registration.
Not sure if this is a bug. Any help is appreciated.
I'm unable to correlate how a custom policy which uses app metadata in cdata format in Relying party file uses an app registration manifest value in SAML flow.
Thanks!