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 {