You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual/src/docs/asciidoc/_includes/servlet/authentication/logout.adoc
+23-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
== Handling Logouts
3
3
4
4
[[logout-java-configuration]]
5
-
=== Logout Java Configuration
5
+
=== Logout Java/Kotlin Configuration
6
6
7
7
When using the `{security-api-url}org/springframework/security/config/annotation/web/configuration/WebSecurityConfigurerAdapter.html[WebSecurityConfigurerAdapter]`, logout capabilities are automatically applied.
8
8
The default is that accessing the URL `/logout` will log the user out by:
@@ -14,7 +14,10 @@ The default is that accessing the URL `/logout` will log the user out by:
14
14
15
15
Similar to configuring login capabilities, however, you also have various options to further customize your logout requirements:
0 commit comments