SAML error Only supported HTTP_POST Binding

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
chris29
Posts: 173
Joined: Sat Feb 06, 2010 1:45 am
Location: Australia

SAML error Only supported HTTP_POST Binding

Post by chris29 »

Hi

Trying to setup SAML with ADFS. The error we receive is

SAML Response not found, Only supported HTTP_POST Binding

Have checked the setup step provided by support and had this verified that everything is setup correctly in awareim. Using a packet capture, we can't see any traffic from the aware server to our adfs.

Has anyone else had this issue setting up SAML?
Version 8.5 - Windows using MySql 8 and SQL Server - 64bit
Jaymer
Posts: 2430
Joined: Tue Jan 13, 2015 10:58 am
Location: Tampa, FL
Contact:

Re: SAML error Only supported HTTP_POST Binding

Post by Jaymer »

ever get this working?
Click Here to see a collection of my tips & hacks on this forum. Or search for "JaymerTip" in the search bar at the top.

Jaymer
Aware Programming & Consulting - Tampa FL
chris29
Posts: 173
Joined: Sat Feb 06, 2010 1:45 am
Location: Australia

Re: SAML error Only supported HTTP_POST Binding

Post by chris29 »

Yes with help from Support

We had to set on the ADFS console - ADFS Claim Rules for YourSpace
Attribute Store: Active Directory
LDAP Attribute: SAM-Account Name
Outgoing Claim Type: Name ID

To make the SSO connection to YourSpace, an IdP initiated logon needs to be done.

For ADFS, the url is:
[url]https://<ADFS%20Server>/adfs/ls/idpinitiatedsignon.aspx[/url]

It is possible to select the site automatically, there is a URL generator to do this here:

https://jackstromberg.com/adfs-relay-state-generator/

it will create a link eg:

Code: Select all

https://adfs.YourDomain.com.au/adfs/ls/idpinitiatedsignon.aspx?RelayState=RPID%3Dhttps%253A%252F%252FYourDomain.com.au%252FYourSpace%252Fmetadata.awsamlm%26RelayState%3Dhttps%253A%252F%252FYourDomain.com.au%252FYourSpace%252Facs.awsaml
We then changed the logon.html to include a redirect as

Code: Select all

<!DOCTYPE html>
<html>
   <head>
      <title>Your Space Single Sign On</title>
      <meta http-equiv = "refresh" content = "2; url = https://adfs.YourDomain.com.au/adfs/ls/idpinitiatedsignon.aspx?RelayState=RPID%3Dhttps%253A%252F%252FYourDomain.com.au%252FYourSpace%252Fmetadata.awsamlm%26RelayState%3Dhttps%253A%252F%252FYourDomain.com.au%252FYourSpace%252Facs.awsaml" />
   </head>
   <body>
   </body>
</html>
Version 8.5 - Windows using MySql 8 and SQL Server - 64bit
Post Reply