krakenjs / passport-saml-encrypted

A strategy for Passport authentication that supports encrypted SAML responses
MIT License
14 stars 26 forks source link

How To Singout Idp #1

Closed ccrocc closed 10 years ago

ccrocc commented 10 years ago

Hi, could you show me an example about how to signout the idp。 while i found “Strategy.prototype.logout” in Strategy,but there is no readme about how to use it。 THX

lmarkus commented 10 years ago

You handle the session on your end, not via SAML. Simply terminate the session on whatever server you are using.