You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Government employees should not be authorizing parties in the Request to Manage a Business.
Currently the authorizing party "Ministry of Citizens' Services" can appear in the list of authorizing parties returned when a user is selecting one to request access from.
BC Government employees do not have the authority to grant access to any business account for a 3rd party.
We need to filter the list that is returned in the select box so that BC Government accounts cannot be included.
Here are the two accounts that should never show up in a list when a user is requesting access from a business (see example in requesting access in the attachment)
Here are the businesses that are loaded in BC Registries Staff (Ministry of Citizen Services) account 14752
How to solve:
Remove all of the accounts (orgs) with type_code SBC_STAFF and STAFF. The API endpoint will return already filtered version so there will be no need for changes on the UI.
The text was updated successfully, but these errors were encountered:
steveburtch
changed the title
Bug: Remove BCROS staff and SBC staff from list of authorized parties (3rd party access)
Remove BCROS staff and SBC staff from list of authorized parties (3rd party access)
Nov 23, 2023
Government employees should not be authorizing parties in the Request to Manage a Business.
Currently the authorizing party "Ministry of Citizens' Services" can appear in the list of authorizing parties returned when a user is selecting one to request access from.
BC Government employees do not have the authority to grant access to any business account for a 3rd party.
We need to filter the list that is returned in the select box so that BC Government accounts cannot be included.
Here are the two accounts that should never show up in a list when a user is requesting access from a business (see example in requesting access in the attachment)
Here are the businesses that are loaded in BC Registries Staff (Ministry of Citizen Services) account 14752
How to solve:
Remove all of the accounts (orgs) with type_code SBC_STAFF and STAFF. The API endpoint will return already filtered version so there will be no need for changes on the UI.
The text was updated successfully, but these errors were encountered: