Hello,
I am trying to setup SAML auth on CAS 5.1.3 server using the cas-services-management-overlay. I am trying to authenticate using
testshib.org as a Service Provider.
This is using the built-in tomcat container and is running on RHEL 7 behind HAProxy using the non-ssl CAS endpoint.
Logging in to /cas/login works just fine without the SAML portion and I was able to configure the admin pages using CAS as well (that configuration is not present below).
The pom.xml is:
The cas.properties file (located in /etc/cas/config/cas.properties)
The testshib service registry:
The cas debug log output (org.apereo and org.ldaptive set to debug):
I've read through a lot of the CAS 5.1.x documentation and I cannot seem to find what is missing. Any pointers or suggestions on how to get SAML2 auth working would be appreciated!
Thanks,
Mac Reid