Internal ("cas_admin" and "cas_analyst") users need the ability to view and approve/deny access requests for "prime admin" users (the first external user requesting access to an Operator).
We implemented this functionality already in Part 1 so some of the work can be reused, but there are some significant changes required on the frontend for Reg Part 2 because we're more explicitly separating the Users and Operators views now.
Acceptance Criteria:
Given I am an authenticated cas_admin or cas_analyst user
When I click on the "Operator Administrators and Access Requests" tile of the Administration module
Then I can view all operator admin ("prime admin") access requests from external users
Given I am an authenticated cas_admin or cas_analyst user
When I'm on the "Operator Administrators and Access Requests" tile of the Administration module
Then I can approve or deny any pending operator admin ("prime admin") access requests from external users
Dependencies
Description:
Internal ("cas_admin" and "cas_analyst") users need the ability to view and approve/deny access requests for "prime admin" users (the first external user requesting access to an Operator).
We implemented this functionality already in Part 1 so some of the work can be reused, but there are some significant changes required on the frontend for Reg Part 2 because we're more explicitly separating the Users and Operators views now.
Acceptance Criteria:
Given I am an authenticated
cas_admin
orcas_analyst
user When I click on the "Operator Administrators and Access Requests" tile of the Administration module Then I can view all operator admin ("prime admin") access requests from external usersGiven I am an authenticated
cas_admin
orcas_analyst
user When I'm on the "Operator Administrators and Access Requests" tile of the Administration module Then I can approve or deny any pending operator admin ("prime admin") access requests from external usersAdditional Context:
Development Checklist:
Definition of Ready (Note: If any of these points are not applicable, mark N/A)
·Definition of Done (Note: If any of these points are not applicable, mark N/A)
Notes: