I've setup a Proof of Concept environment for Horizon 7. I've got a test user successfully logging in and getting a desktop from either instant clone or linked clone pools.
I'm now trying to authenticate users using a 3rd Party SAML authenticator. I've followed the scant documentation provided at Using SAML Authentication to setup a Static authenticator. I've copied the metadata from hzn7-cs1.domain.com/SAML/metadata/sp.xml and sent it over to the IDP. In Horizon View Administrator, the dashboard shows all services are in the green - including SAML.
In the metadata, I see the Assertion Consumer Service (ACS) URL:
<md:AssertionConsumerServiceBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"Location="https://hzn7-cs1.cipherize.com/broker/xml"index="0"isDefault="true"/>
When I perform an IDP initiated login, I'm greeted by a 404 error when the IDP sends a POST to the specified Assertion Consumer Service (ACS) URL:
https://hzn7-cs1.cipherize.com/broker.xlm
Directly navigating to this ACS URL also returns a 404 - is this really the correct ACS URL?
What could be the issue? Has anyone been able to get this working?
Thanks muchly,
AK.