RE: RE:[cas-user] problem with POST requests

2015-08-24 Thread Mahantesh Prasad Katti
. Any input is appreciated. Regards Prasad From: Carl Waldbieser [mailto:cwaldbie...@gmail.com] Sent: Saturday, August 22, 2015 4:13 AM To: cas-user@lists.jasig.org Subject: RE:[cas-user] problem with POST requests In that email thread, the issue is that the browser initially has no session

RE: [cas-user] problem with POST requests

2015-08-24 Thread Mahantesh Prasad Katti
From: Dmitriy Kopylenko [mailto:dkopyle...@unicon.net] Sent: Saturday, August 22, 2015 4:13 PM To: cas-user@lists.jasig.org Subject: Re: [cas-user] problem with POST requests What CAS really needs is the true, stateless JWT implementation - that would solve the problem of authentication for RESTful

Re: [cas-user] problem with POST requests

2015-08-22 Thread Dmitriy Kopylenko
What CAS really needs is the true, stateless JWT implementation - that would solve the problem of authentication for RESTful resources once and for all, but that's a discussion for another day :-) Cheers, D. Sent from my iPhone On Aug 21, 2015, at 18:42, Carl Waldbieser

RE:[cas-user] problem with POST requests

2015-08-21 Thread Mahantesh Prasad Katti
Has anybody run into this problem? Do you think i need to explain this problem better or provide additional info? Regards Prasad From: Mahantesh Prasad Katti Sent: Friday, August 21, 2015 2:39 PM To: cas-user@lists.jasig.org Subject: [cas-user] problem with POST requests Hi , We have a

Re: [cas-user] problem with POST requests

2015-08-21 Thread Waldbieser, Carl
cas-user@lists.jasig.org Sent: Friday, August 21, 2015 12:58:33 PM Subject: RE:[cas-user] problem with POST requests Has anybody run into this problem? Do you think i need to explain this problem better or provide additional info? Regards Prasad From: Mahantesh Prasad Katti Sent: Friday, August

RE:[cas-user] problem with POST requests

2015-08-21 Thread Andrew Morgan
Have a look at this email thread: https://groups.google.com/forum/#!topic/jasig-cas-user/if0SQ0gUbp8 It's an old problem. I'm not sure how CAS JASPIC works, but I've seen the Java cas client in action. It seems to consume the ST, validate the ST, then redirect the client to the original

RE:[cas-user] problem with POST requests

2015-08-21 Thread Carl Waldbieser
In that email thread, the issue is that the browser initially has no session with the proxy protecting the resouce. When the proxy redirects the user to the CAS service using a GET, the initial POST data is lost. If this is analogous to what is happening in the original poster's case, the way to