Skip to content

Commit 33b266e

Browse files
committed
Add Boot Link
Issue gh-13062
1 parent 830f79a commit 33b266e

File tree

1 file changed

+1
-1
lines changed
  • docs/modules/ROOT/pages/servlet/authentication

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/authentication/logout.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The rest of this section covers a number of use cases for you to consider:
1919
[[logout-java-configuration]]
2020
== Understanding Logout's Architecture
2121

22-
When you include the `spring-boot-starter-security` dependency or use the `@EnableWebSecurity` annotation, Spring Security will add its logout support and by default respond both to `GET /logout` and `POST /logout`.
22+
When you include {spring-boot-reference-url}using.html#using.build-systems.starters[the `spring-boot-starter-security` dependency] or use the `@EnableWebSecurity` annotation, Spring Security will add its logout support and by default respond both to `GET /logout` and `POST /logout`.
2323

2424
If you request `GET /logout`, then Spring Security displays a logout confirmation page.
2525
Aside from providing a valuable double-checking mechanism for the user, it also provides a simple way to provide xref:servlet/exploits/csrf.adoc[the needed CSRF token] to `POST /logout`.

0 commit comments

Comments
 (0)