oicd_audience removal

This commit is contained in:
Mabe
2026-06-20 23:13:10 +02:00
parent 4ebc1fa3cc
commit d343d20b3e
3 changed files with 54 additions and 9 deletions
+3 -1
View File
@@ -2,8 +2,10 @@
OLLAMA_API_KEY=your_ollama_api_key_here
# OIDC settings
# `OIDC_AUDIENCE` is optional. If set, the backend will validate the token's `aud` claim.
# If you prefer to skip audience validation (not recommended in production), leave
# `OIDC_AUDIENCE` unset.
OIDC_ISSUER=https://your-issuer.example.com
OIDC_AUDIENCE=your-api-audience
OIDC_CLIENT_ID=your-client-id
OIDC_CLIENT_SECRET=your-client-secret
OIDC_VERIFY_ISS=true