spring-security/docs/modules/ROOT/pages/servlet/oauth2
Craig Andrews 58534e7f60 Add FormRedirectStrategy to enable POST OIDC Logout
FormRedirectStrategy redirects using an autosubmitting HTML form using the POST method versus DefaultRedirectStrategy which redirects using the GET method.

Can be used to implement POST binding for relying party initiated OIDC logout by setting FormRedirectStrategy as the redirection strategy on OidcClientInitiatedLogoutSuccessHandler.

Closes gh-13002

Signed-off-by: Craig Andrews <candrews@integralblue.com>
2025-02-03 14:52:30 -06:00
..
client Document requireProofKey 2025-01-17 17:26:48 -06:00
login Add FormRedirectStrategy to enable POST OIDC Logout 2025-02-03 14:52:30 -06:00
resource-server Update OpaqueTokenIntrospector Documentation 2025-01-16 16:46:46 -07:00
index.adoc Fix OAuth2 documentation: Corrected OAuth2ClientHttpRequestInterceptor usage 2024-11-26 12:18:19 -06:00