Add Support ServerFormPostRedirectStrategy
Closes gh-16542 Signed-off-by: Max Batischev <mblancer@mail.ru>
This commit is contained in:
committed by
Steve Riesenberg
parent
cb7f6d84c1
commit
0ccbd20f0a
@@ -123,6 +123,12 @@ class OAuth2LoginSecurityConfig {
|
||||
If used, the application's base URL, such as `https://app.example.org`, replaces it at request time.
|
||||
====
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
By default, `OidcClientInitiatedServerLogoutSuccessHandler` redirects to the logout URL using a standard HTTP redirect with the `GET` method.
|
||||
To perform the logout using a `POST` request, set the redirect strategy to `ServerFormPostRedirectStrategy`, for example with `OidcClientInitiatedServerLogoutSuccessHandler.setRedirectStrategy(new ServerFormPostRedirectStrategy())`.
|
||||
====
|
||||
|
||||
[[configure-provider-initiated-oidc-logout]]
|
||||
== OpenID Connect 1.0 Back-Channel Logout
|
||||
|
||||
|
||||
Reference in New Issue
Block a user