mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 14:24:50 +00:00
Merge pull request #2020 from Lunik/feat/generic-sso-scopes
✨ Allow to configure scopes in generic SSO
This commit is contained in:
@@ -126,6 +126,11 @@ GENERIC_TOKEN_ENDPOINT = "http://localhost:9090/token"
|
||||
GENERIC_USERINFO_ENDPOINT = "http://localhost:9090/me"
|
||||
```
|
||||
|
||||
**Additional .env variables on your Proxy**
|
||||
```shell
|
||||
GENERIC_SCOPE = "openid profile email"
|
||||
```
|
||||
|
||||
- Set Redirect URI, if your provider requires it
|
||||
- Set a redirect url = `<your proxy base url>/sso/callback`
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user