notes/cisco_ft_securex_registration.org

This commit is contained in:
Yann Esposito (Yogsototh) 2022-01-17 12:07:38 +01:00
parent f7ef78bfa2
commit f883b84650
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -129,7 +129,6 @@ When the user is redirected to an HTML generated page, we should add the
=code= in the anchor parameter of the route so the UI will be able to use
that code to retrieve a UserIdentity Token.
*** New API JWT middleware
/Estimate: 1 release cycle/
@ -148,7 +147,7 @@ This new API should only work with UserIdentity JWT.
#+begin_src
POST /iroh/registration/org-access/:org-id ;; request access to a matching org
PATCH /iroh/registration/org-access/:org-id ;; ability to hide an org-access
POST /iroh/registration/hide-org/:org-id ;; ability to hide an org-access
GET /iroh/registration/matching-orgs ;; list all the matching orgs (should hide org with org-access hidden)
#+end_src