mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Merge branch '5.8.x' into 6.0.x
Closes gh-13420
This commit is contained in:
commit
6e2c9b421b
@ -56,7 +56,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();
|
||||||
@ -72,7 +72,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