From d942b8dd365d0971fe41a03a141ce32a09ec5cc9 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Tue, 7 Dec 2021 16:07:32 +0100 Subject: [PATCH] notes/cisco_ft_securex_registration.org --- notes/cisco_ft_securex_registration.org | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/notes/cisco_ft_securex_registration.org b/notes/cisco_ft_securex_registration.org index 505c54c1..55f96d50 100644 --- a/notes/cisco_ft_securex_registration.org +++ b/notes/cisco_ft_securex_registration.org @@ -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.