PRayno / CasAuthBundle

Basic CAS (SSO) authenticator for Symfony (version 3,4 and 5)
MIT License
16 stars 19 forks source link

Logging out CAS session #3

Closed vctls closed 8 years ago

vctls commented 8 years ago

Not sure if I can ask this here, but anyway:

I see the configuration includes a server_logout_url option, but does the bundle allow logging out of CAS in any way?

Or do I have to implement my own LoggoutSuccessHandler?

PRayno commented 8 years ago

Hi, This bundle doesn't do any logout. You must implement your own handler and use the server_logout_url option to kill the CAS session.

Sorry for this late reply, it was vacation time for me !

Pierre

vctls commented 8 years ago

No problem! That's what I did.

Thanks for the reply.