Skip to content

Commit 7e0fcb7

Browse files
Merge branch '6.1.x'
Closes gh-13422
2 parents c87e8c7 + 73a0dd6 commit 7e0fcb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/servlet/saml2/login/authentication.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Java::
2929
SecurityFilterChain securityFilters(HttpSecurity http) throws Exception {
3030
http
3131
// ...
32-
.saml2Login((saml2) -> saml2.filterProcessingUrl("/saml2/login/sso"))
32+
.saml2Login((saml2) -> saml2.loginProcessingUrl("/saml2/login/sso"))
3333
// ...
3434
3535
return http.build();
@@ -45,7 +45,7 @@ fun securityFilters(val http: HttpSecurity): SecurityFilterChain {
4545
http {
4646
// ...
4747
.saml2Login {
48-
filterProcessingUrl = "/saml2/login/sso"
48+
loginProcessingUrl = "/saml2/login/sso"
4949
}
5050
// ...
5151
}

0 commit comments

Comments
 (0)