rubycas / rubycas-client

Ruby client for Yale's Central Authentication Service protocol -- an open source enterprise single sign on system for web applications.
http://code.google.com/p/rubycas-client/
Other
332 stars 217 forks source link

authenticate_on_every_request should also validate on every request #20

Closed llaurent closed 12 years ago

llaurent commented 12 years ago

I was about to add a new config option, but i thought it would be simpler to assume tickets also have to be validated on every request when authenticate_on_every_request is set to true

soupmatt commented 12 years ago

There are cases where a new service ticket has been provided and we want to use the new service ticket to be used.