File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
frontend/test/__mocks__/api/responses Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 94
94
showMessage : true
95
95
oidc :
96
96
active : true
97
- authority : https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm
98
- jwksUri : https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm /protocol/openid-connect/certs
97
+ authority : https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz
98
+ jwksUri : https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz /protocol/openid-connect/certs
99
99
reservationForm : >-
100
100
{
101
101
"formDataSchema": {
Original file line number Diff line number Diff line change 85
85
showMessage : true
86
86
oidc :
87
87
active : true
88
- authority : https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm
89
- jwksUri : https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm /protocol/openid-connect/certs
88
+ authority : https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz
89
+ jwksUri : https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz /protocol/openid-connect/certs
90
90
reservationForm : >-
91
91
{
92
92
"formDataSchema": {
Original file line number Diff line number Diff line change 15
15
},
16
16
"oidc" : {
17
17
"active" : false ,
18
- "authority" : " https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm " ,
18
+ "authority" : " https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz " ,
19
19
"client" : " innkeeper-frontend" ,
20
20
"label" : " IDIR"
21
21
},
53
53
"staticFiles" : " ../../frontend/dist" ,
54
54
"tractionUrl" : " http://localhost:5100" ,
55
55
"oidc" : {
56
- "jwksUri" : " https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm /protocol/openid-connect/certs" ,
57
- "realm" : " digitaltrust-nrm " ,
56
+ "jwksUri" : " https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz /protocol/openid-connect/certs" ,
57
+ "realm" : " digitaltrust-citz " ,
58
58
"roleName" : " innkeeper"
59
59
},
60
60
"innkeeper" : {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const config = {
9
9
oidc : {
10
10
active : false ,
11
11
authority :
12
- 'https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm ' ,
12
+ 'https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz ' ,
13
13
client : 'innkeeper-frontend' ,
14
14
label : 'IDIR' ,
15
15
} ,
You can’t perform that action at this time.
0 commit comments