Letractively / rubycas-server

Automatically exported from code.google.com/p/rubycas-server
GNU Lesser General Public License v2.1
0 stars 0 forks source link

adjust logout class for phpcas #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It was impossible for me to be automatically redirected in case of logout.
I'm using Rubycas-server v0.5.1 et phpcas 0.6.0rc6

1) I had to modify the @service initialisation in class logout of
controller.rb by adding "destination" to "url" and "service" possibilities.
May be this can be added.

2) I can't find any gateway information transmitted so i modified the test
in logout from "if @gateway && @service" to "if @service".

So now, my rubycas server is fully fonctional (for my use) but i have to go
farther for the 2).

I hope this can help some users.

Original issue reported on code.google.com by mab...@gmail.com on 27 Feb 2008 at 1:26

GoogleCodeExporter commented 8 years ago
#1 is a duplicate of bug #29.

For #2, I'm not sure what you mean. Gatewaying functionality should work fine in
RubyCAS-Server without any modification (many people use it, and none have 
reported
problems).

Original comment by matt.zuk...@gmail.com on 10 Mar 2008 at 7:55