From 7335025b432b215972da30d3c9f59c50622422d8 Mon Sep 17 00:00:00 2001 From: Andrea Di Cesare Date: Thu, 24 Oct 2024 12:42:36 +0200 Subject: [PATCH] Update authentication.adoc --- docs/security/authentication.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security/authentication.adoc b/docs/security/authentication.adoc index be077d34..f0e373ed 100644 --- a/docs/security/authentication.adoc +++ b/docs/security/authentication.adoc @@ -149,7 +149,7 @@ Clears the authentication cookie in response to a `POST /logout` request. This e authCookieRemover: enabled: false # Not enabled by default secure: false # If the request to clean the cookie should be authenticated - defaultUri: /logout # The endpoint that triggers this service + uri: /logout # The endpoint that triggers this service ``` ==== Example usage