In the Perf environment, the CDX bypass is on and the enable all facilities is on.
Scope:
When the Bypass is "ON" we need to make sure that the 'missingCertificationStatements' property is globally set to "false" by default.
Update the authentication logic.
So that we do not have to use the Mock Permissions json to update each user.
Current Issue:
In PERF the following error is displayed if that property is not set as "false".
Login Error: Cannot read properties of null (reading 'missingCertificationStatements')
Acceptance Criteria:
Once that property set is to "false", the users should be able to login to PERF without any errors and without having the need to update the Mock Permissions json file.
In the Perf environment, the CDX bypass is on and the enable all facilities is on.
Scope:
Current Issue:
In PERF the following error is displayed if that property is not set as "false". Login Error: Cannot read properties of null (reading 'missingCertificationStatements')
Acceptance Criteria:
Once that property set is to "false", the users should be able to login to PERF without any errors and without having the need to update the Mock Permissions json file.