mirror of
https://github.com/Drop-OSS/drop-docs.git
synced 2026-01-30 20:55:17 +01:00
Update oidc.md
This commit is contained in:
@@ -27,3 +27,7 @@ And then, you must configure **either**:
|
||||
| `OIDC_TOKEN` | Token endpoint. Usually ends with `token`. |
|
||||
| `OIDC_USERINFO` | Userinfo endpoint. Usually ends with `userinfo`. |
|
||||
| `OIDC_SCOPES` | Comma separated list of scopes. Requires, at least, `openid` and `email`. |
|
||||
|
||||
|
||||
## Redirect URL
|
||||
Drop uses the `EXTERNAL_URL` environment variable to create the callback URL: `$EXTERNAL_URL/auth/callback/oidc`.
|
||||
|
||||
Reference in New Issue
Block a user