mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
docs mark oidc as beta
This commit is contained in:
parent
8cbf8d5671
commit
dc8f9e7241
1 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
|||
# OpenID Connect (OIDC)
|
||||
# [BETA] OpenID Connect (OIDC)
|
||||
LiteLLM supports using OpenID Connect (OIDC) for authentication to upstream services . This allows you to avoid storing sensitive credentials in your configuration files.
|
||||
|
||||
:::info
|
||||
|
||||
This feature is in Beta
|
||||
|
||||
:::
|
||||
|
||||
|
||||
## OIDC Identity Provider (IdP)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue