ulisesbocchio / spring-boot-security-saml

spring-security-saml integration with Spring Boot
MIT License
158 stars 73 forks source link

Unable to override logout success URL in saml2logout #107

Closed lightyear13 closed 2 years ago

lightyear13 commented 2 years ago

By default on successful saml2 logout, it is redirected to /login?logout . Is there a way we can override to redirect to some custom logout success page . For saml2Login , there is configuration like defaultSuccessUrl but could not find anything similar for saml2Logout

lightyear13 commented 2 years ago

Apologies, i think the issue is not related to this project. Thank You