From f223ae4ddfcf7172190c5a461421e25e45540ae7 Mon Sep 17 00:00:00 2001 From: Andrea Terzani Date: Thu, 17 Apr 2025 14:50:51 +0000 Subject: [PATCH 1/3] Renamed azure-pipelines.yaml to azure-pipelines.yml --- azure-pipelines.yaml => azure-pipelines.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename azure-pipelines.yaml => azure-pipelines.yml (100%) diff --git a/azure-pipelines.yaml b/azure-pipelines.yml similarity index 100% rename from azure-pipelines.yaml rename to azure-pipelines.yml From 271ad4a3e24a37e8d2ea53ecbc3bdb382ffc60bb Mon Sep 17 00:00:00 2001 From: Andrea Terzani Date: Thu, 17 Apr 2025 14:56:34 +0000 Subject: [PATCH 2/3] Updated MsalConfig.js --- src/views/pages/auth/MsalConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/pages/auth/MsalConfig.js b/src/views/pages/auth/MsalConfig.js index 19beaee..2988791 100644 --- a/src/views/pages/auth/MsalConfig.js +++ b/src/views/pages/auth/MsalConfig.js @@ -18,7 +18,7 @@ export const msalInstance = new PublicClientApplication({ auth: { clientId: 'd3fee0e3-49e0-4910-b0b4-805bfbd5488a', authority: "https://login.microsoftonline.com/9dc4721e-4d54-4c40-a681-1dd740292901", - redirectUri: "http://localhost:5173/auth/callback", // or your deployed URL + redirectUri: "https://workflow.olympus-wizardai.com/auth/callback", // or your deployed URL navigateToLoginRequestUrl: false, }, cache: { From 24b13c8c6a84a56a4de23d326c25d03b56292504 Mon Sep 17 00:00:00 2001 From: Andrea Terzani Date: Thu, 17 Apr 2025 14:57:19 +0000 Subject: [PATCH 3/3] Updated MsalConfig.js --- src/views/pages/auth/MsalConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/pages/auth/MsalConfig.js b/src/views/pages/auth/MsalConfig.js index 2988791..96ec2a9 100644 --- a/src/views/pages/auth/MsalConfig.js +++ b/src/views/pages/auth/MsalConfig.js @@ -4,7 +4,7 @@ export const msalInstance = new PublicClientApplication({ auth: { clientId: '1ddbd871-9544-4a31-97a4-2968ce08e49a', //'d3fee0e3-49e0-4910-b0b4-805bfbd5488a', authority: 'https://login.microsoftonline.com/e0793d39-0939-496d-b129-198edd916feb/', //'https://login.microsoftonline.com/9dc4721e-4d54-4c40-a681-1dd740292901/', // - redirectUri: 'http://localhost:5173/auth/callback', // or your deployed URL + redirectUri: 'https://workflow.olympus-wizardai.com/auth/callback', // or your deployed URL navigateToLoginRequestUrl: false }, cache: {