From e5eae343f8c064ef9387d74eb56e7d917f45ae6b Mon Sep 17 00:00:00 2001 From: Louis Chmn Date: Tue, 26 May 2026 14:45:27 +0200 Subject: [PATCH] feat: Add grant step to login flow v2 diagram Signed-off-by: Louis Chmn --- developer_manual/client_apis/LoginFlow/index.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/developer_manual/client_apis/LoginFlow/index.rst b/developer_manual/client_apis/LoginFlow/index.rst index 48b2dbf6012..eada531f10d 100644 --- a/developer_manual/client_apis/LoginFlow/index.rst +++ b/developer_manual/client_apis/LoginFlow/index.rst @@ -187,11 +187,14 @@ Note that the 200 will only be returned once. end User->>Browser: Enter credentials (and 2FA if required) - Browser->>Server: Submit login and grant client access + Browser->>Server: Submit credentials + Server->>Browser: Redirect to /login/v2/grant + User->>Browser: Click on "Grant access" + Browser->>Server: Submit grant access + deactivate Browser Note right of Server: Create an ephemeral session
which lives for 5 minutes - deactivate Browser Application-->>Server: POST /login/v2/poll with the poll token activate Server Server->>Application: 200 JSON {server, loginName, appPassword}