oicd_audience removal
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user