From 3210205a16ae936ecaf944313e21e2aa646c9a7f Mon Sep 17 00:00:00 2001 From: Dasuni Geeganage Date: Sun, 5 May 2024 16:58:37 +0530 Subject: [PATCH] Update the README --- petcare-sample/b2c/web-app/petdesk/README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/petcare-sample/b2c/web-app/petdesk/README.md b/petcare-sample/b2c/web-app/petdesk/README.md index 68f33e7f2..220ff22d0 100644 --- a/petcare-sample/b2c/web-app/petdesk/README.md +++ b/petcare-sample/b2c/web-app/petdesk/README.md @@ -132,7 +132,7 @@ window.config = { billingServerURL: "", salesforceServerURL: "", scope: ["openid", "email", "profile"] - myAccountAppURL: "", + myAccountAppURL: "", enableOIDCSessionManagement: true }; ``` @@ -143,9 +143,13 @@ window.config = { 7. When the application is deployed successfully you will get an url in the section **Web App URL**. Copy the **Web App URL**. 8. Click the **Manage Configs & Secrets** on the bottom of the deployment card. 9. On the Config-file you created, click the **edit icon** on the right side corner. -9. Copy and paste the **Web App URL** as the **signInRedirectURL** and **signOutRedirectURL** in the config.js. -10. Click **Save**. -11. Add the same **Web App URL** in the Asgardeo application +10. Update the file mount path to **/usr/share/nginx/html/config.js** +11. Copy and paste the **Web App URL** as the **signInRedirectURL** and **signOutRedirectURL** in the config.js file mount. +12. Click **Save**. +13. Navigate to **Asgardeo** console. +14. Click Applications and open the `Pet Management App`. +15. Navigate to Protocol tab +15. Add the same **Web App URL** to **Authorized redirect URLs** and **Allowed origins**. ## Step 2.4: Update the configurations of the front-end application @@ -461,7 +465,7 @@ dbPort = "" billingServerURL: "http://localhost:9091", salesforceServerURL: "http://localhost:9092", scope: ["openid", "email", "profile"] - myAccountAppURL: "", + myAccountAppURL: "", enableOIDCSessionManagement: true ``` 2. Run the application by executing the following command in the terminal.