jbbarth / redmine_omniauth_cas

CAS authentication plugin for Redmine through OmniAuth
MIT License
20 stars 14 forks source link

How to check each and every request with cas authentication #14

Open shivareddy547 opened 9 years ago

shivareddy547 commented 9 years ago

Hi,

How to check each and every request of my application with cas authentication.Means If CAS logout done my application session also should lost,Is there any solution please help me.

Expecting Reply.

Thanks Shiva.A

mmackiew commented 9 years ago

This plugin only autheticate user by CAS SSO. If user log in then Redmine create own session and manage it until it's timeout. U can ask CAS at every request but it must be implemented into application. This plugin don't provide such mechanism as ticketing every request. I don't know if it's possible by createing plugin.