|
CAS has a built-in mechanism to send responses via HTTP POST instead of HTTP Redirects. To enable it for your particular application (i.e. PeopleSoft), you should redirect to the CAS login page with an additional parameter: method=POST so your URL might look like: https://my.cas.server/login?method=POST&servce=foo
|