botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
78 stars 87 forks source link

[FEATURE] Implement SAML SLO #1602

Closed davidvitora closed 2 years ago

davidvitora commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, the SAML implementation for Botpress doesn't provide the SLO Logout URL, which is part of the SAML specification

Describe the solution you'd like Add a route for SLO and call strategy.logout on the current logout route

Describe alternatives you've considered It isn't possible to create a custom router for it because we can't log out using the SDK, we also can't hook the current logout call.

Additional context https://github.com/node-saml/passport-saml https://github.com/node-saml/passport-saml/issues/221

davidvitora commented 2 years ago

Available at 12.26.12