mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix Okta PKCE
This commit is contained in:
parent
8b029aff5e
commit
193fa19552
1 changed files with 10 additions and 0 deletions
|
|
@ -320,6 +320,16 @@ Okta requires the `GENERIC_CLIENT_STATE` parameter:
|
|||
GENERIC_CLIENT_STATE="random-string" # Required for Okta
|
||||
```
|
||||
|
||||
### Okta PKCE
|
||||
|
||||
If your Okta application is configured to require PKCE (Proof Key for Code Exchange), enable it by setting:
|
||||
|
||||
```bash
|
||||
GENERIC_CLIENT_USE_PKCE="true"
|
||||
```
|
||||
|
||||
This is required when your Okta app settings enforce PKCE for enhanced security. LiteLLM will automatically handle PKCE parameter generation and verification during the OAuth flow.
|
||||
|
||||
### Common Configuration Issues
|
||||
|
||||
#### Missing Protocol in Base URL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue