We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30baca commit 80a5028Copy full SHA for 80a5028
docs/modules/ROOT/pages/servlet/saml2/login/authentication.adoc
@@ -56,7 +56,7 @@ Java::
56
SecurityFilterChain securityFilters(HttpSecurity http) throws Exception {
57
http
58
// ...
59
- .saml2Login((saml2) -> saml2.filterProcessingUrl("/saml2/login/sso"))
+ .saml2Login((saml2) -> saml2.loginProcessingUrl("/saml2/login/sso"))
60
61
62
return http.build();
@@ -72,7 +72,7 @@ fun securityFilters(val http: HttpSecurity): SecurityFilterChain {
72
http {
73
74
.saml2Login {
75
- filterProcessingUrl = "/saml2/login/sso"
+ loginProcessingUrl = "/saml2/login/sso"
76
}
77
78
0 commit comments