notes/cisco_ft_securex_registration.org

This commit is contained in:
Yann Esposito (Yogsototh) 2022-01-17 15:25:15 +01:00
parent 0721c45229
commit caacf1dc2b
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -171,12 +171,16 @@ following schema:
This should grant the access if all check passes.")
;; User filtered CRUD+Search for REST API related methods
(search-org-access-requests [this user-identity filter-map pagination-params]
"Search all refresh token for this user identity")
(search-org-access-requests-for-user-identity
[this user-identity filter-map pagination-params]
"Search all OrgAccessRequest made by this user identity accross all orgs.
This should only be visible via the registration page on the new API accepting
user-identity JWT")
;; User filtered CRUD+Search for REST API related methods
(search-org-access-requests [this user-identity filter-map pagination-params]
"Search all refresh token for this user identity")
(search-org-access-requests-for-org
[this request-identity filter-map pagination-params]
"Search all OrgAccessRequest of the org of the request-identity")
(get-org-access-request
[this request-identity org-access-request-id]