diff --git a/frontend/src/auth/msalConfig.ts b/frontend/src/auth/msalConfig.ts index fe93485..651dd72 100644 --- a/frontend/src/auth/msalConfig.ts +++ b/frontend/src/auth/msalConfig.ts @@ -4,8 +4,8 @@ export const msalConfig: Configuration = { auth: { clientId: '9079054c-9620-4757-a256-23413042f1ef', authority: 'https://login.microsoftonline.com/e519c2e6-bc6d-4fdf-8d9c-923c2f002385', - redirectUri: 'https://optical-dev.oliver.solutions/gsb', - postLogoutRedirectUri: 'https://optical-dev.oliver.solutions/gsb', + redirectUri: 'https://optical-dev.oliver.solutions/gsb/', + postLogoutRedirectUri: 'https://optical-dev.oliver.solutions/gsb/', }, cache: { cacheLocation: 'localStorage',