diff --git a/features/fedramp_extensions.feature b/features/fedramp_extensions.feature index a5a9793de0..237e029dc7 100644 --- a/features/fedramp_extensions.feature +++ b/features/fedramp_extensions.feature @@ -102,6 +102,9 @@ Examples: | inventory-item-allows-authenticated-scan | | inventory-item-public | | inventory-item-virtual | + | leveraged-authorization-has-authorization-type | + | leveraged-authorization-has-impact-level | + | leveraged-authorization-has-system-identifier | | leveraged-authorization-nature-of-agreement | | marking | | missing-response-components | @@ -301,16 +304,14 @@ Examples: | inventory-item-public-PASS.yaml | | inventory-item-virtual-FAIL.yaml | | inventory-item-virtual-PASS.yaml | - | leveraged-authorization-nature-of-agreement-FAIL.yaml | - | leveraged-authorization-nature-of-agreement-PASS.yaml | | leveraged-authorization-has-authorization-type-FAIL.yaml | | leveraged-authorization-has-authorization-type-PASS.yaml | | leveraged-authorization-has-impact-level-FAIL.yaml | | leveraged-authorization-has-impact-level-PASS.yaml | | leveraged-authorization-has-system-identifier-FAIL.yaml | | leveraged-authorization-has-system-identifier-PASS.yaml | - | leveraged-authorization-has-user-authentication-FAIL.yaml | - | leveraged-authorization-has-user-authentication-PASS.yaml | + | leveraged-authorization-nature-of-agreement-FAIL.yaml | + | leveraged-authorization-nature-of-agreement-PASS.yaml | | marking-FAIL.yaml | | marking-PASS.yaml | | missing-response-components-FAIL.yaml | diff --git a/src/validations/constraints/content/ssp-leveraged-authorization-has-user-authentication-INVALID.xml b/src/validations/constraints/content/ssp-leveraged-authorization-has-user-authentication-INVALID.xml deleted file mode 100644 index b16b4bbfaf..0000000000 --- a/src/validations/constraints/content/ssp-leveraged-authorization-has-user-authentication-INVALID.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/src/validations/constraints/fedramp-external-constraints.xml b/src/validations/constraints/fedramp-external-constraints.xml index a988d503fb..aa86a08f19 100644 --- a/src/validations/constraints/fedramp-external-constraints.xml +++ b/src/validations/constraints/fedramp-external-constraints.xml @@ -531,11 +531,6 @@ Leveraged Authorization Has System Identifier A FedRAMP SSP MUST define exactly one system identifier for each leveraged authorization entry. - - - Leveraged Authorization Has User Authentication - - A FedRAMP SSP MUST provide exactly one explanation of the user authentication for each leveraged authorization entry. diff --git a/src/validations/constraints/unit-tests/leveraged-authorization-has-user-authentication-FAIL.yaml b/src/validations/constraints/unit-tests/leveraged-authorization-has-user-authentication-FAIL.yaml deleted file mode 100644 index 2599056a3c..0000000000 --- a/src/validations/constraints/unit-tests/leveraged-authorization-has-user-authentication-FAIL.yaml +++ /dev/null @@ -1,9 +0,0 @@ -test-case: - name: Negative Test for leveraged-authorization-has-user-authentication - description: >- - This test case validates the behavior of constraint - leveraged-authorization-has-user-authentication - content: ../content/ssp-leveraged-authorization-has-user-authentication-INVALID.xml - expectations: - - constraint-id: leveraged-authorization-has-user-authentication - result: fail diff --git a/src/validations/constraints/unit-tests/leveraged-authorization-has-user-authentication-PASS.yaml b/src/validations/constraints/unit-tests/leveraged-authorization-has-user-authentication-PASS.yaml deleted file mode 100644 index 15c061effb..0000000000 --- a/src/validations/constraints/unit-tests/leveraged-authorization-has-user-authentication-PASS.yaml +++ /dev/null @@ -1,9 +0,0 @@ -test-case: - name: Positive Test for leveraged-authorization-has-user-authentication - description: >- - This test case validates the behavior of constraint - leveraged-authorization-has-user-authentication - content: ../content/ssp-all-VALID.xml - expectations: - - constraint-id: leveraged-authorization-has-user-authentication - result: pass