gmal-scope-builder/frontend
Vadym Samoilenko b7db37828b Fix 401: send ID token instead of Graph access token
Access tokens for User.Read scope have audience=graph.microsoft.com,
but the backend validates audience=CLIENT_ID. ID tokens always have
audience=CLIENT_ID so they validate correctly.

Also add upn claim fallback for email extraction from ID token.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 11:16:44 +01:00
..
src Fix 401: send ID token instead of Graph access token 2026-03-30 11:16:44 +01:00
Dockerfile Initial commit - GMAL Scope Builder 2026-03-27 17:35:14 -04:00
index.html Initial commit - GMAL Scope Builder 2026-03-27 17:35:14 -04:00
package-lock.json Add Azure SSO + production deployment config 2026-03-28 18:51:18 +00:00
package.json Add Azure SSO + production deployment config 2026-03-28 18:51:18 +00:00
tsconfig.json Add vite/client types for import.meta.env support 2026-03-28 20:23:08 +00:00
vite.config.ts Merge server changes (SSO, /gsb base path) + add proxy timeout 2026-03-28 17:06:39 -04:00