Hi @Paul R ,
Thanks for reaching out and apologies for delayed response.
In this case Azure AD wasn’t able to identify the SAML request within the URL parameters in the HTTP request. This can happen if the application is not using HTTP redirect binding when sending the SAML request to Azure AD.
The application needs to send the SAML request encoded into the location header using HTTP redirect binding. You need to make sure that the properties mapping is correct.
Thanks,
Shweta
----------------------------------------
Please remember to "Accept Answer" if answer helped you.