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.
2 parents c87e8c7 + 73a0dd6 commit 7e0fcb7Copy full SHA for 7e0fcb7
docs/modules/ROOT/pages/servlet/saml2/login/authentication.adoc
@@ -29,7 +29,7 @@ Java::
29
SecurityFilterChain securityFilters(HttpSecurity http) throws Exception {
30
http
31
// ...
32
- .saml2Login((saml2) -> saml2.filterProcessingUrl("/saml2/login/sso"))
+ .saml2Login((saml2) -> saml2.loginProcessingUrl("/saml2/login/sso"))
33
34
35
return http.build();
@@ -45,7 +45,7 @@ fun securityFilters(val http: HttpSecurity): SecurityFilterChain {
45
http {
46
47
.saml2Login {
48
- filterProcessingUrl = "/saml2/login/sso"
+ loginProcessingUrl = "/saml2/login/sso"
49
}
50
51
0 commit comments