Hi @Mahesh Bandaru , this error message indicates that the authentication request sent by your application to Azure AD B2C is not signed, but the policy requires signed authentication requests. To fix this issue, you need to ensure that your application is sending a signed authentication request to Azure AD B2C.
Here are some steps you can follow to troubleshoot this issue:
- Check your application's SAML configuration to ensure that it is configured to sign authentication requests. You can refer to your application's documentation or contact the application vendor for guidance on how to configure SAML signing.
- Check the SAML authentication request that your application is sending to Azure AD B2C. You can use a SAML tracer tool to capture the request and inspect it to see if it is signed. If the request is not signed, you need to update your application's SAML configuration to sign the request.
- If you have configured your application to sign the authentication request, but it is still not being signed, you may need to check the SAML metadata for your application to ensure that it is correctly configured to sign requests.
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James