From 8ad8a42ecd07f8daa3e2fccc801848fbc2225f55 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 10 May 2024 10:53:10 +0300 Subject: [PATCH] docs --- application/Espo/Core/Authentication/Oidc/BackchannelLogout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Authentication/Oidc/BackchannelLogout.php b/application/Espo/Core/Authentication/Oidc/BackchannelLogout.php index eadc80cd8e..735c57941d 100644 --- a/application/Espo/Core/Authentication/Oidc/BackchannelLogout.php +++ b/application/Espo/Core/Authentication/Oidc/BackchannelLogout.php @@ -43,7 +43,7 @@ use Espo\ORM\EntityManager; /** * Compatible only with default Espo auth tokens. * - * @todo Use a token-sessionId map to retrieve tokens. + * @todo Use a token-sessionId map to retrieve tokens. Send sid claim in id_token. */ class BackchannelLogout {