We have a few old vendor apps that use SAML 1.1 and those are working fine with our cas 6.6.x instance that is delegating to Azure/Entra AD.
We recently spun up a test instance of CAS 7 and those apps seem to reject the ticket from CAS 7 when being delegated to Azure (they work when not being delegated). I believe it has to do with the url parameter CAS sends after receiving the Azure delegation response. In CAS 6.6 it sends the SAMLart url parameter:
?SAMLart=ST-
But in CAS 7 it sends a ticket param:
?ticket=ST-
It almost seems if CAS forgets it is using SAML 1.1 after the delegation is complete. Anybody else experience this or know if there's some config we are missing in CAS 7 causing this?
Thanks!