Skip to content

Commit eccf7a4

Browse files
docs(token_auth.md): update docs
1 parent 96d8b1a commit eccf7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/my-website/docs/proxy/token_auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,14 +393,14 @@ model_list:
393393
general_settings:
394394
enable_jwt_auth: True
395395
litellm_jwtauth:
396-
team_id_jwt_field: "client_id"
396+
team_id_jwt_field: "client_id" # 👈 set the field in the JWT token that contains the team id
397397
team_id_upsert: true # 👈 upsert the team to db, if team id is not found in db
398398
scope_mappings:
399399
- scope: litellm.api.consumer
400400
models: ["anthropic-claude"]
401401
- scope: litellm.api.gpt_3_5_turbo
402402
enforce_scope_based_access: true # 👈 enforce scope-based access control
403-
enforce_rbac: true
403+
enforce_rbac: true # 👈 enforces only a Team/User/ProxyAdmin can access the proxy.
404404
```
405405

406406
#### Scope Mapping Spec

0 commit comments

Comments
 (0)