Skip to content

Commit

Permalink
Create scenario1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa authored Sep 20, 2024
1 parent 5bbe424 commit 602213c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scenario1
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Nanda - Overall Scenario 1 - Test Results - AAD group is assigned to a PIM group causes the tool to crash (nested groups)

- Repeat the tests below in each tenant. You are responsible for setting up your own test users and groups with unique names that are specific to your testing.
- Run the ScubaGear main branch code against the tenant for a specific scenario and verify that it crashes under the conditions described. Then run the fix branch associated with this PR. We are running the main branch and observing the crash to ensure that the fix was successful.

| Branch | Tenant | Scenario | Expected Results | Actual Results |
|----------|----------|----------|----------|----------|
| main | G5 | Scenario 1 - Nested group assignment in PIM for Groups (Active assigned to role) | crash 404 error | [ENTER INFO HERE] |
| main | G5 | Scenario 2 - Nested group assignment in PIM for Groups (Eligible assigned to role) | crash 404 error | [ENTER INFO HERE] |
| main | G5 | Scenario 3 - Nested group assignment in PIM for Groups (PIM group circular reference) | crash 404 error | [ENTER INFO HERE] |
| fix | G5 | Scenario 1 - Nested group assignment in PIM for Groups (Active assigned to role) | no crash | [ENTER INFO HERE] |
| fix | G5 | Scenario 2 - Nested group assignment in PIM for Groups (Eligible assigned to role) | no crash | [ENTER INFO HERE] |
| fix | G5 | Scenario 3 - Nested group assignment in PIM for Groups (PIM group circular reference) | no crash | [ENTER INFO HERE] |

0 comments on commit 602213c

Please sign in to comment.