notes/cisco_ft_securex_registration.org

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

View file

@ -9,9 +9,6 @@
- source :: https://github.com/advthreat/response/issues/821
- dashboard :: https://github.com/advthreat/iroh/projects/32
.
* Technical Plan
** Support private email vs public emails
@ -52,7 +49,6 @@ Once this list of orgs is found.
We should also check the list of pending or rejected OrgAccessRequest for this user in
order to prevent the user to request access multiple time.
** Support Org request to admins
We need to create another Entity for access request to an Org.
@ -121,6 +117,8 @@ We should:
2.b. If there are more admins than this specific number, then we randomly
chose this maximal number of admins and send them an email notification.
*TODO* Have an email template (both HTML and Text)
** Org Requests CRUD API for Admins of the Orgs
There should be a CRUD API restricted to the ~admin/user-mgmt/org-requests~ scope:
@ -182,8 +180,12 @@ During the call, should:
2. Send an email to user confirming his access was granted.
*TODO* have an email template
** UI Revamp.
All the page shown during login are hosted in IROH.
So we should revamp all pages and we should probably, take great attention
to every shown webpage.
*TODO* have UI templates for every page of the workflow.