Upgraded my version of CAS to 5.3.6 from 5.1.3. In the new version CAS seems to be ignoring the SAMLRequest parameter being generated by Google Apps.
When a user logs in, they just get redirected to the usual successful login page instead of being sent back to Google.
I'm building my own WAR file using gradle and I can see that the module for GoogleApps is being loaded in the debug logs and that the public and private keys are also getting loaded from the disk properly.
Any ideas what I can do to troubleshoot?
Thanks.