Forums, Documentation & Knowledge Base - ComponentSpace

Getting 'The message is not an HTTP POST' when using Azure AD as Identity Provider


https://componentspace.com/forums/Topic1437.aspx

By Mitesh Jadav - 1/29/2015

Hi,

I have implemented Component Space ADFS SSO to my application, it works fine for locally created ADFS server and used as Identity Provider but getting error when using Azure AD as Identity provider. It redirects to Azure AD Login page and after successfully login, it returns to my application with this error message 'The Message is not an HTTP POST'.

Should i change any configuration to my Azure AD or it may be an issue of wrong configuration in my Application?

Please Help..

Thanks.
By ComponentSpace - 11/1/2021

Azure AD sends the SAML response in an HTTP Post as per the SAML specification.

I suggest using the browser developer tools (F12) to capture the network traffic to see what's going on. After logging in at the IdP, you should see an HTTP Post being sent to your assertion consumer service URL. Hopefully looking at the network traffic will shed light on the issue.

If you're not sure what's happening, you're welcome to save the network traffic to a HAR file and send this to [email protected].