- New smart-ide-global-api (127.0.0.1:37149): internal bearer, upstream proxy, X-OIDC forward - SSO gateway calls global API with GLOBAL_API_INTERNAL_TOKEN; logs to .logs/sso-gateway/ - Aggregated config example, docs, VERSION 0.0.2, claw proxy local URL hint
18 lines
1.0 KiB
Markdown
18 lines
1.0 KiB
Markdown
# Service smart-ide-sso-gateway (`services/smart-ide-sso-gateway/`)
|
||
|
||
Passerelle HTTP : validation **JWT utilisateur** (issuer docv / Enso), puis **proxy** via **smart-ide-global-api** vers les micro-services (jetons techniques côté API globale).
|
||
|
||
## Configuration locale
|
||
|
||
- Fichier agrégé : **[`config/services.local.env.example`](../../config/services.local.env.example)** — `OIDC_ISSUER`, `GLOBAL_API_URL`, `GLOBAL_API_INTERNAL_TOKEN`, jetons micro-services pour l’API globale.
|
||
- Passerelle : **`services/smart-ide-sso-gateway/.env.example`** — API globale : **`services/smart-ide-global-api/.env.example`**.
|
||
|
||
## Exploitation
|
||
|
||
Voir **[`services/smart-ide-sso-gateway/README.md`](../../services/smart-ide-sso-gateway/README.md)**, **[`docs/features/sso-gateway-service.md`](../features/sso-gateway-service.md)** et **[`docs/API/sso-gateway-api.md`](../API/sso-gateway-api.md)**.
|
||
|
||
## Voir aussi
|
||
|
||
- [service-smart-ide-global-api.md](./service-smart-ide-global-api.md)
|
||
- [sso-docv-enso.md](../features/sso-docv-enso.md)
|