From ab8b76efe55638e22af0d891db576c78377699f6 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Fri, 15 Apr 2022 17:08:41 +0200 Subject: [PATCH] notes/iroh_auth_ui_enhancements.org --- notes/iroh_auth_ui_enhancements.org | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/notes/iroh_auth_ui_enhancements.org b/notes/iroh_auth_ui_enhancements.org index 099cd6d2..d42e6024 100644 --- a/notes/iroh_auth_ui_enhancements.org +++ b/notes/iroh_auth_ui_enhancements.org @@ -52,4 +52,16 @@ In fact it was discussed it in detail within the FT Simplify Registration meeting how the user should not only see the invites but also the Orgs he could select. -From the backend perspective, we need to revive this issue: +From the backend perspective, we need to create a new endpoint to the IROH Auth SPA API: + +#+begin_src +/accounts +#+end_src + +This endpoint should provide a list of Accounts. Each account will be an +object with: + +- SecureX User +- SecureX Org +- A URL such that if the user go to this URL, he will be redirected with + this account selected.