-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
in: saml2An issue in SAML2 modulesAn issue in SAML2 modulesstatus: feedback-providedFeedback has been providedFeedback has been providedtype: enhancementA general enhancementA general enhancement
Description
I have troubles with this hardcoded POST method, as in my application we do not post logout url and only use get, possibility to configure the matcher would be nice. At least I did not found a way to configure that. I had to copy the whole configurer and reimplement just this piece of code.
Line 278 in e9449be
| RequestMatcher logout = new AntPathRequestMatcher(this.logoutUrl, "POST"); |
Metadata
Metadata
Labels
in: saml2An issue in SAML2 modulesAn issue in SAML2 modulesstatus: feedback-providedFeedback has been providedFeedback has been providedtype: enhancementA general enhancementA general enhancement