revert(auth): restaurar client_id a anexo76-frontend
Anexo76 debe tener su propio cliente en Keycloak (no compartir hub-frontend). Misma sesión SSO para el usuario, pero cliente separado por app. El cliente anexo76-frontend debe crearse en Keycloak con: - Valid redirect URIs: https://anexo76-dev.aduanasoft.com/* - Web origins: https://anexo76-dev.aduanasoft.com Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,10 +12,10 @@ INTERNAL_HUB_URL=http://localhost:8001
|
||||
# Keycloak
|
||||
VITE_KEYCLOAK_URL=http://localhost:8085/kcauth
|
||||
VITE_KEYCLOAK_REALM=master
|
||||
VITE_KEYCLOAK_CLIENT_ID=hub-frontend
|
||||
VITE_KEYCLOAK_CLIENT_ID=anexo76-frontend
|
||||
KEYCLOAK_URL=http://localhost:8085/kcauth
|
||||
KEYCLOAK_REALM=master
|
||||
KEYCLOAK_CLIENT_ID=hub-frontend
|
||||
KEYCLOAK_CLIENT_ID=anexo76-frontend
|
||||
# KEYCLOAK_CLIENT_SECRET= # solo si el cliente KC no es público
|
||||
|
||||
# SvelteKit — necesario para cookies secure y URLs SSR correctas
|
||||
|
||||
Reference in New Issue
Block a user