feat(auth): implement OAuth2 exchange code flow for Microsoft login, update environment configurations, and enhance frontend SSO handling

This commit is contained in:
2025-10-20 19:25:29 -05:00
parent f460c2b8aa
commit 1961296593
11 changed files with 793 additions and 7 deletions

View File

@@ -22,7 +22,15 @@ KEYCLOAK_FRONTEND_CLIENT_ID=anexo76-frontend
DEBUG=True
ENVIRONMENT=development
CORE_DB_HOST=postgres-a76
CORE_DB_PORT=5432
CORE_DB_NAME=anexo76_core
CORE_DB_USER=postgres
CORE_DB_PASSWORD=postgres
# ----- Frontend -----
NODE_ENV=development
PUBLIC_API_URL=http://localhost:8000
PUBLIC_KEYCLOAK_REALM=master
PUBLIC_KEYCLOAK_URL=http://localhost:8080