Skip to content

Commit 7335025

Browse files
authored
Update authentication.adoc
1 parent 2555e7b commit 7335025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/security/authentication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Clears the authentication cookie in response to a `POST /logout` request. This e
149149
authCookieRemover:
150150
enabled: false # Not enabled by default
151151
secure: false # If the request to clean the cookie should be authenticated
152-
defaultUri: /logout # The endpoint that triggers this service
152+
uri: /logout # The endpoint that triggers this service
153153
```
154154

155155
==== Example usage

0 commit comments

Comments
 (0)