From 7c6b2e3c3d6c08711f079abdfeb695dfd4f35476 Mon Sep 17 00:00:00 2001 From: Timo Eisenmann Date: Thu, 26 Feb 2026 19:35:08 +0100 Subject: [PATCH] design pages: Add completeUri to eidp example Includes a note about it being optional. Also changes `uri`, to show that it generally does not include `code`. --- src/design-pages/passwordless_gdm.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/design-pages/passwordless_gdm.rst b/src/design-pages/passwordless_gdm.rst index 7793168..1b578b8 100644 --- a/src/design-pages/passwordless_gdm.rst +++ b/src/design-pages/passwordless_gdm.rst @@ -266,7 +266,8 @@ SSSD provides the available authentication mechanisms: "role": "eidp", "initPrompt": "Login", "linkPrompt": "Log in online with another device", - "uri": "https://short.url.com/1234", + "completeUri": "https://short.url.com/login?code=1234", + "uri": "https://short.url.com/login", "code": "1234", "timeout": 300 } @@ -277,6 +278,8 @@ SSSD provides the available authentication mechanisms: } } +**Note**: `completeUri` is optional; it will be empty if not supported by the IdP. + GDM replies with the selection: .. code-block:: json