mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Merge branch '6.0.x' into 6.1.x
Closes gh-13421
This commit is contained in:
commit
73a0dd6f50
@ -29,7 +29,7 @@ Java::
|
|||||||
SecurityFilterChain securityFilters(HttpSecurity http) throws Exception {
|
SecurityFilterChain securityFilters(HttpSecurity http) throws Exception {
|
||||||
http
|
http
|
||||||
// ...
|
// ...
|
||||||
.saml2Login((saml2) -> saml2.filterProcessingUrl("/saml2/login/sso"))
|
.saml2Login((saml2) -> saml2.loginProcessingUrl("/saml2/login/sso"))
|
||||||
// ...
|
// ...
|
||||||
|
|
||||||
return http.build();
|
return http.build();
|
||||||
@ -45,7 +45,7 @@ fun securityFilters(val http: HttpSecurity): SecurityFilterChain {
|
|||||||
http {
|
http {
|
||||||
// ...
|
// ...
|
||||||
.saml2Login {
|
.saml2Login {
|
||||||
filterProcessingUrl = "/saml2/login/sso"
|
loginProcessingUrl = "/saml2/login/sso"
|
||||||
}
|
}
|
||||||
// ...
|
// ...
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user