Skip to content

Commit

Permalink
Merge pull request #69 from bcgov/fix--change-azure-idir-to-idir-with…
Browse files Browse the repository at this point in the history
…-mfa-update-test-scripts

fix: emergency fix to align new Azure IDIR name
  • Loading branch information
rstens authored Jan 24, 2024
2 parents ac2f305 + 5aee8bf commit 914ff06
Show file tree
Hide file tree
Showing 8 changed files with 239 additions and 239 deletions.
6 changes: 3 additions & 3 deletions docs/Excel Parameter File.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Where:
"protocol": "oidc",
"authtype": "browser-login",
"publicaccess": false,
"identityprovider": ["IDIR", "Azure IDIR", "", ""],
"identityprovider": ["IDIR", "IDIR - MFA", "", ""],
"additionalroleattribute": "tbd",
"environments": ["dev", "test", ""],
"displayheader": true,
Expand All @@ -87,7 +87,7 @@ Where:
- `protocol`: Protocol used for the request. Choice is between `oidc` and `saml`.
- `authtype`: Use case for the request. Choice is between `browser-login`, `service-account` and `both`.
- `publicaccess`: Boolean Client Type. Choice is between `true` (public) and 'false` (confidential).
- `identityprovider`: Array of Identity Providers. Choices are `IDIR`, `Azure IDIR`, `Basic BCeID`, `Business BCeID`, `Basic or Business BCeID`,
- `identityprovider`: Array of Identity Providers. Choices are `IDIR`, `IDIR - MFA`, `Basic BCeID`, `Business BCeID`, `Basic or Business BCeID`,
`GitHub BC Gov`.
- `additionalroleattribute`: Addtional Attribute for the role.
- `environments`: array of environments. Choices are `dev`, `test` and `prod`.
Expand Down Expand Up @@ -220,7 +220,7 @@ The `rolesusers.json` contains the test data for the search tests.

- `id`: This is used to identify request that will be queried for users. This can be the request ID or the request name.
- `environment`: The environment to search for users. Choices are `Dev`, `Test` and `Prod`.
- `idp`: The IDP to search for users. Choices are `IDIR`, `Azure IDIR`, `Basic or Business BCEID` and `GitHub BC Gov`.
- `idp`: The IDP to search for users. Choices are `IDIR`, `IDIR - MFA`, `Basic or Business BCEID` and `GitHub BC Gov`.
- `criterion`: The search criterion. Choices are `First Name`, `Last Name`, `Email`, `Username`, `Display Name` and `IDP GUID`.
- `search_value`: The search value.
- `error`: Boolean flag that indicates if the search should return an error.
Expand Down
2 changes: 1 addition & 1 deletion testing/cypress/appActions/Request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import faker from 'faker';

const idpMap: any = {
IDIR: 'idir',
'Azure IDIR': 'azureidir',
'IDIR - MFA': 'azureidir',
'Basic BCeID': 'bceidbasic',
'Business BCeID': 'bceidbusiness',
'Basic or Business BCeID': 'bceidboth',
Expand Down
Loading

0 comments on commit 914ff06

Please sign in to comment.