Skip to content

Commit

Permalink
Replace BC Registries and Online Services to Service BC Connect
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer0422 committed Jan 31, 2025
1 parent 6d89667 commit 74abe2d
Show file tree
Hide file tree
Showing 88 changed files with 1,464 additions and 197 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
[![Lifecycle:Stable](https://img.shields.io/badge/Lifecycle-Stable-97ca00)](<Redirect-URL>)
[![codecov](https://codecov.io/gh/bcgov/sbc-auth/branch/development/graph/badge.svg)](https://codecov.io/gh/bcgov/sbc-auth)

# BC Registries authentication and authorization services
# Service BC Connect authentication and authorization services

BC Registries and Online Services is beginning a phased, multi-year modernization initiative to replace and improve the applications used for BC Online, the Corporate, Personal Property and Manufactured Homes Registries. Our vision is to develop a better service experience and make it easier for citizens and businesses to complete transactions and filings with the province of BC and across other jurisdictions, manage accounts and pay for services.
Service BC Connect is beginning a phased, multi-year modernization initiative to replace and improve the applications used for BC Online, the Corporate, Personal Property and Manufactured Homes Registries. Our vision is to develop a better service experience and make it easier for citizens and businesses to complete transactions and filings with the province of BC and across other jurisdictions, manage accounts and pay for services.

The sbc-auth repo aims to create an common authentication module for BC registries which can be utilised by different services.
The sbc-auth repo aims to create an common authentication module for Service BC Connect which can be utilised by different services.
For more information on the API please refer to:

[auth-api\Readme](auth-api/README.md)
Expand Down
2 changes: 1 addition & 1 deletion auth-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# AUTH API

BC Registries authentication and authorization services.
Service BC Connect authentication and authorization services.


## Development Environment
Expand Down
2 changes: 1 addition & 1 deletion auth-api/docs/contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
name: Apache 2.0
description: Auth API Specs
contact:
name: BC Registries
name: Service BC Connect
paths:
'/entities/{businessIdentifier}/authorizations':
get:
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion auth-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "auth-api"
version = "3.0.6"
description = ""
authors = ["\"BC Registries and Online Services\""]
authors = ["\"Service BC Connect\""]
readme = "README.md"

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion auth-api/src/auth_api/utils/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ProductNotificationInfo:
is_confirmation: Optional[bool] = False


# e.g [BC Registries and Online Services] Your {{MHR_QUALIFIED_SUPPLIER}} Access Has Been Approved
# e.g [Service BC Connect] Your {{MHR_QUALIFIED_SUPPLIER}} Access Has Been Approved
class ProductSubjectDescriptor(Enum):
"""Notification product subject descriptor."""

Expand Down
2 changes: 1 addition & 1 deletion auth-web/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ VUE_APP_ADDRESS_COMPLETE_KEY=

#vaults auth-web
VUE_APP_AFFIDAVIT_FILE_SIZE="73KB"
VUE_APP_PAYMENT_PAYEE_NAME="BC Registries and Online Services"
VUE_APP_PAYMENT_PAYEE_NAME="Service BC Connect"
VUE_APP_FILE_SERVER_URL="https://minio-dev.apps.silver.devops.gov.bc.ca/public"
VUE_APP_APPROVE_ACCOUNT_SLA_DAYS="3-5"
VUE_APP_ONE_STOP_URL="https://dev.onestop.gov.bc.ca/"
Expand Down
2 changes: 1 addition & 1 deletion auth-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# AUTH WEB (auth-web)

BC Registries authentication and authorization interface.
Service BC Connect authentication and authorization interface.

## Prerequisites
- Node.js (> v20.5.x)
Expand Down
4 changes: 2 additions & 2 deletions auth-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion auth-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-web",
"version": "2.7.8",
"version": "2.7.9",
"appName": "Auth Web",
"sbcName": "SBC Common Components",
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions auth-web/src/components/auth/BceidInviteLanding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
>
<div class="view-header flex-column mb-10">
<h1 class="view-header__title">
Log in to BC Registries using BCeID
Log in to Service BC Connect using BCeID
</h1>
<p class="my-3">
There are a couple of things you'll need to do before logging into BC Registries using BCeID.
There are a couple of things you'll need to do before logging into Service BC Connect using BCeID.
</p>
</div>
<v-card
Expand Down Expand Up @@ -113,7 +113,7 @@ export default class BceidInviteLanding extends Vue {
number: 1,
stepTitle: 'Register or use an existing BCeID account',
stepDescription: '<p>A BCeID account provides secure access to online government services in British Columbia.\n' +
'You can register a new BCeID or use an existing BCeID account to log into BC Registries.</p>',
'You can register a new BCeID or use an existing BCeID account to log into Service BC Connect.</p>',
icon: 'mdi-account-plus-outline'
},
{
Expand Down
2 changes: 1 addition & 1 deletion auth-web/src/components/auth/common/LearnMoreBCEID.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
</v-img>
<div class="step-line mt-2" />
<div class="step-text body-2 mt-3">
Continue to BC Registries.
Continue to Service BC Connect.
</div>
</div>
</li>
Expand Down
12 changes: 6 additions & 6 deletions auth-web/src/components/auth/common/LearnMoreBCSC.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
contain
class="step-img"
src="@/assets/img/learn-more/log-in.jpg"
alt="Log in to BC Registries"
alt="Log in to Service BC Connect"
>
<template #placeholder>
<v-row
Expand All @@ -150,7 +150,7 @@
</v-img>
<div class="step-line mt-2" />
<div class="step-text body-2 mt-3 mb-8">
Log in to BC Registries using the BC Services Card option, and select "Use a Mobile Card".
Log in to Service BC Connect using the BC Services Card option, and select "Use a Mobile Card".
</div>
</div>
</li>
Expand Down Expand Up @@ -230,7 +230,7 @@
</v-img>
<div class="step-line mt-2" />
<div class="step-text body-2 mt-3">
Continue to BC Registries.
Continue to Service BC Connect.
</div>
</div>
</li>
Expand Down Expand Up @@ -275,7 +275,7 @@
contain
class="step-img"
src="@/assets/img/learn-more/log-in.jpg"
alt="Log in to BC Registries"
alt="Log in to Service BC Connect"
>
<template #placeholder>
<v-row
Expand All @@ -292,7 +292,7 @@
</v-img>
<div class="step-line mt-2" />
<div class="step-text body-2 mt-3 mb-8">
Log in to BC Registries using the BC Services Card option.
Log in to Service BC Connect using the BC Services Card option.
</div>
</div>
</li>
Expand Down Expand Up @@ -453,7 +453,7 @@
</v-img>
<div class="step-line mt-2" />
<div class="step-text body-2 mt-3">
Continue to BC Registries.
Continue to Service BC Connect.
</div>
</div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion auth-web/src/components/auth/common/PADInfoForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
:checkErrors="checkErrors"
:tosText="'terms and conditions'"
:tosType="'termsofuse_pad'"
:tosHeading="'Business Pre-Authorized Debit Terms and Conditions Agreement BC Registries and Online Services'"
:tosHeading="'Business Pre-Authorized Debit Terms and Conditions Agreement Service BC Connect'"
:tosCheckBoxLabelAppend="'of the Business Pre-Authorized Debit Terms and Conditions for BC Registry Services'"
@terms-acceptance-status="updateTermsAccepted($event)"
/>
Expand Down
4 changes: 2 additions & 2 deletions auth-web/src/components/auth/common/PaymentMethods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,11 @@ const PAYMENT_METHODS = {
</ul>
</p>
<p>
Once your account is created, you can use your account number to add BC Registries and Online Services as a
Once your account is created, you can use your account number to add Service BC Connect as a
payee in your financial institution's online banking system to make payments.
</p>
<p class="mb-0">
BC Registries and Online Services <strong>must receive payment in full</strong>
Service BC Connect <strong>must receive payment in full</strong>
from your financial institution prior to the release of items purchased through this service.
Receipt of an online banking payment generally takes 3-4 days from when you make the payment with your
financial institution.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div data-test="div-stepper-container">
<p class="mb-7">
There is no cost to create a BC Registries account. You only pay for the services and products you purchase.
There is no cost to create a Service BC Connect account. You only pay for the services and products you purchase.
</p>
<v-row v-display-mode>
<v-col
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
How to verify your identity by a notary
</h1>
<p class="mt-5 mb-3">
There are three steps to verifying and protecting your identity when creating a BC Registries account.
There are three steps to verifying and protecting your identity when creating a Service BC Connect account.
</p>
</div>
<v-card
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ol>
<li>One piece of government-issued photo identification</li>
<li>
Bring a printed copy of the BC Registries and Online Services affidavit template.
Bring a printed copy of the Service BC Connect affidavit template.
You must use this template and fill out all fields.
Failure to do so may result in a rejection of your account request.
</li>
Expand Down
2 changes: 1 addition & 1 deletion auth-web/src/components/auth/home/BcscPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
class="cta-btn font-weight-bold white--text mr-2 px-7"
to="/choose-authentication-method"
>
Create a BC Registries Account
Create a Service BC Connect Account
</v-btn>
</template>
<LearnMoreButton :redirect-url="learnMoreUrl" />
Expand Down
4 changes: 2 additions & 2 deletions auth-web/src/components/auth/home/LoginBCSC.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<v-card>
<v-card-title>Create a BC Registries Account</v-card-title>
<v-card-title>Create a Service BC Connect Account</v-card-title>
<v-card-text>
<p class="mb-7">
To access this service, you must securely log in with your BC Services Card, government’s trusted way to access
online services. It typically takes five minutes or less to set up your mobile card, and the only information
BC Registries can access from your card is your legal name.
Service BC Connect can access from your card is your legal name.
</p>
<a
:href="bcscRedirectUrl"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ export default class EntityManagement extends Mixins(AccountMixin, AccountChange
}
get helpDialogBlurb (): string {
return 'If you have not received your Access Letter from BC Registries, or have lost your Passcode, ' +
return 'If you have not received your Access Letter from Service BC Connect, or have lost your Passcode, ' +
'please contact us at:'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</li>
<li>
If you do not see your Name Request in your table (e.g. if you submitted your Name Request without
being logged into your BC Registries account), you can add your Name Request manually by looking up
being logged into your Service BC Connect account), you can add your Name Request manually by looking up
your business name or your NR number.
</li>
<li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ export default defineComponent({
const helpDialogBlurb = computed(() => {
if (isCooperative.value) {
return 'If you have not received your Access Letter from BC Registries, or have lost your Passcode, ' +
return 'If you have not received your Access Letter from Service BC Connect, or have lost your Passcode, ' +
'please contact us at:'
} else {
const url = 'www.corporateonline.gov.bc.ca'
Expand Down
2 changes: 1 addition & 1 deletion auth-web/src/components/pay/PayWithOnlineBanking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<ol class="mb-5">
<li>Sign in to your financial institution's online banking website or app</li>
<li>Go to your financial institution's bill payment page</li>
<li>Enter <b>"BC Registries and Online Services"</b> as payee</li>
<li>Enter <b>"Service BC Connect"</b> as payee</li>
<li>Enter the following account number: <b>{{ cfsAccountId }}</b></li>
<li>Submit your payment for the balance due</li>
</ol>
Expand Down
Loading

0 comments on commit 74abe2d

Please sign in to comment.