They are all configured to use Saml11AuthenticationFilter and Saml11TicketValidationFilter.
When have everything under 1 domain including login (no https://login-newco.com/cas/login) but just https://newco.com/cas/login all works fine. But I get CORS issue on the client side when trying to use a separate login domain with regional application domains:
Reason: CORS header ‘Access-Control-Allow-Origin’ missing
Not sure how to proceed. Hopefully I'm not hitting a limitation on CAS.