notes/iroh_auth_ui_enhancements.org

This commit is contained in:
Yann Esposito (Yogsototh) 2022-04-15 17:08:41 +02:00
parent 4d719782f6
commit ab8b76efe5
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -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.