We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2555e7b commit 7335025Copy full SHA for 7335025
docs/security/authentication.adoc
@@ -149,7 +149,7 @@ Clears the authentication cookie in response to a `POST /logout` request. This e
149
authCookieRemover:
150
enabled: false # Not enabled by default
151
secure: false # If the request to clean the cookie should be authenticated
152
- defaultUri: /logout # The endpoint that triggers this service
+ uri: /logout # The endpoint that triggers this service
153
```
154
155
==== Example usage
0 commit comments