Azure ADFS Sample

Is there any wiki or steps to make ComponentSpace SAML tool work with Azure ADFS.
Azure is sending a GET request to AssertionConsumerService rather than an POST and there is no place in Azure Directory to configure it to send a HTTP POST instead.

Azure SSO sends this GET request:
GET /xxxxxsso/SAML/ACS HTTP/1.1
Connection: Keep-Alive
Accept: text/html, application/xhtml+xml, /
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.5
Cookie: _ga=GA1.2.1704963126.1401991747; _mkto_trk=id:583-CQG-525&token:_mch-xxxxx.com-1401991747685-12642; ASP.NET_SessionId=n5oxj4dr2areerjvhe231dql
Host: xxxxx.com
Referer: https://account.activedirectory.windowsazure.com/applications/redirecttoapplication.aspx?Operation=SignIn&applicationId=XXXXXXXX-12d7-49d0-9e98-c69d29c9f2e7&ApplicationConstName=XXXXXXX&SingleSignOnType=ConsentedFederated&ApplicationDisplayName=XXXXX
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; EIE10;ENUSMCM; rv:11.0) like Gecko
DNT: 1


And SAMLServiceProvider.ReceiveSSO function throws the following exception:
ComponentSpace.SAML2.Exceptions.SAMLBindingException: The message is not an HTTP POST.

Thank you.
Regards,
Vj

I suspect this is a configuration issue in Azure ADFS. Please confirm that it’s configured to use SAML SSO rather than WS-Federation.
We don’t have any Azure ADFS specific instructions at this stage but we do have customers who have successfully integrated with Azure ADFS.
The following link provides instructions on integrating with ADFS which may be of assistance.

http://www.componentspace.com/Forums/39/ADFS-SAML-SSO-ADFS-as-the-Identity-ProviderClaims-Provider

Please rely to this forum or contact us by email if there’s still an issue.