notes/cisco_ft_securex_registration.org

This commit is contained in:
Yann Esposito (Yogsototh) 2021-12-07 16:07:32 +01:00
parent 7bea626e42
commit d942b8dd36
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -66,13 +66,17 @@ So the webpage could make request on behalf of a UserIdentity and not a User.
There should be an endpoint:
#+begin_src http
POST /iroh/iroh-auth/request-org-access
POST
/iroh/iroh-auth/request-org-access
Accept: application/json
Content-Type: application/json
User-Agent: ob-http
Authorization: Bearer ${user-jwt}
{"org-id":"the-id-of-the-org-the-user-request-access-to"}
#+end_src
#+RESULTS:
** Support Org request to admins
We need to create another Entity for access request to an Org.