Hi,
I am having some problems with SAML single sign on support with an application I am working on. The SAML SSO process works when using OpenAM as an identity provider, but I'd also like to validate that my code is correct with Windows Azure Active Directory. I have added my application to the Active Directory configuration in my test Azure environment and also configured my application to use the Azure endpoints. However, when I run the code I get an error page from Azure "We received a bad request" and "ACS75005: The request is not a valid SAML2 protocol message."
I will concede that there is probably an error somewhere in my code or possibly the configuration, but I don't see how I can debug this. There is a trace id on the error page, but where can I look this up to see what went wrong? Does Azure expect sso requests to be signed (I'm not sure this is possible with SSO-Redirect - the message will be to large to fit in a URL). Maybe I am missing a configuration step somewhere - although the process seemed fairly straight forward.
Thanks in advance for any help or tips!
Martin