File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
pwa-kit-create-app/assets/bootstrap/js/config
template-retail-react-app Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -187,8 +187,8 @@ module.exports = {
187187 // Additional parameters that configure Express app behavior.
188188 ssrParameters: {
189189 ssrFunctionNodeVersion: '24.x',
190- // Store the session cookies as HttpOnly for enhanced security.
191- disableHttpOnlySessionCookies: false,
190+ // Store the session cookies as HttpOnly for enhanced security.
191+ disableHttpOnlySessionCookies: false,
192192 proxyConfigs: [
193193 {
194194 host: '{{ answers.project.commerce.shortCode }} .api.commercecloud.salesforce.com',
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ const AppConfig = ({children, locals = {}}) => {
107107 defaultDnt = { DEFAULT_DNT_STATE }
108108 // Set 'enablePWAKitPrivateClient' to true to use SLAS private client login flows.
109109 // Make sure to also enable useSLASPrivateClient in ssr.js when enabling this setting.
110- enablePWAKitPrivateClient = { true }
110+ enablePWAKitPrivateClient = { false }
111111 privateClientProxyEndpoint = { slasPrivateClientProxyEndpoint }
112112 // Uncomment 'hybridAuthEnabled' if the current site has Hybrid Auth enabled. Do NOT set this flag for hybrid storefronts using Plugin SLAS.
113113 // hybridAuthEnabled={true}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const options = {
5151 // Set this to false if using a SLAS public client
5252 // When setting this to true, make sure to also set the PWA_KIT_SLAS_CLIENT_SECRET
5353 // environment variable as this endpoint will return HTTP 501 if it is not set
54- useSLASPrivateClient : true ,
54+ useSLASPrivateClient : false ,
5555
5656 // If you wish to use additional SLAS endpoints that require private clients,
5757 // customize this regex to include the additional endpoints the custom SLAS
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ module.exports = {
5757 commerceAPI : {
5858 proxyPath : `/mobify/proxy/api` ,
5959 parameters : {
60- clientId : 'e14057f3-13f7-4df4-8ddb-d182775a5646 ' ,
60+ clientId : 'c9c45bfd-0ed3-4aa2-9971-40f88962b836 ' ,
6161 organizationId : 'f_ecom_zzrf_001' ,
6262 shortCode : '8o7m175y' ,
6363 siteId : 'RefArchGlobal'
You can’t perform that action at this time.
0 commit comments