diff --git a/src/views/pages/auth/MsalConfig.js b/src/views/pages/auth/MsalConfig.js index 2f16c50..41888d8 100644 --- a/src/views/pages/auth/MsalConfig.js +++ b/src/views/pages/auth/MsalConfig.js @@ -5,8 +5,8 @@ import { PublicClientApplication } from '@azure/msal-browser'; export const msalInstance = new PublicClientApplication({ auth: { - clientId: '0c51b431-65ef-40fa-89ff-f66a1c583e0d', - authority: "https://login.microsoftonline.com/f3211d0e-125b-42c3-86db-322b19a65a22/", + clientId: '1ddbd871-9544-4a31-97a4-2968ce08e49a', + authority: "https://login.microsoftonline.com/e0793d39-0939-496d-b129-198edd916feb/", redirectUri: "http://localhost:5173/auth/callback", // or your deployed URL navigateToLoginRequestUrl: false, }, @@ -31,5 +31,5 @@ export const msalInstance = new PublicClientApplication({ }) */ export const msalrequest = { - scopes: ["User.Read", "Mail.Read"], + scopes: ["User.Read"], }