Merge pull request #2020 from Lunik/feat/generic-sso-scopes

 Allow to configure scopes in generic SSO
This commit is contained in:
Ishaan Jaff
2024-02-16 14:45:09 -08:00
committed by GitHub
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -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