This commit is contained in:
andrea.terzani
2025-04-17 09:04:54 +02:00
parent ae16bf4d7e
commit d92d1b8559

View File

@@ -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"],
}