Skip to content

Commit cd8fc73

Browse files
authored
Merge pull request #647 from andrewbbaek/main
updated oath OPENID_PROVIDER_URL part
2 parents 1c5d457 + 028a6c0 commit cd8fc73

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/features/sso/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following environment variables are required:
4949

5050
1. `GOOGLE_CLIENT_ID` - Google OAuth client ID
5151
1. `GOOGLE_CLIENT_SECRET` - Google OAuth client secret
52-
1. `OPENID_PROVIDER_URL` - Must be set for logout to work properly.
52+
1. `OPENID_PROVIDER_URL` - Must be set for logout to work properly. (Usually to `https://accounts.google.com/.well-known/openid-configuration`)
5353

5454
### Microsoft
5555

@@ -75,7 +75,6 @@ The following environment variables are required:
7575

7676
1. `GITHUB_CLIENT_ID` - Github OAuth App Client ID
7777
1. `GITHUB_CLIENT_SECRET` - Github OAuth App Client Secret
78-
1. `OPENID_PROVIDER_URL` - Must be set for logout to work properly.
7978

8079
### OIDC
8180

docs/getting-started/env-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3177,13 +3177,13 @@ If `OAUTH_PICTURE_CLAIM` is set to `''` (empty string), then the OAuth picture c
31773177
- Default: `True`
31783178
- Description: When `USER_PERMISSIONS_CHAT_CONTROLS` is enabled, this setting specifically controls the visibility of the "Valves" section within the chat controls panel.
31793179

3180-
#### USER_PERMISSIONS_CHAT_SYSTEM_PROMPT
3180+
#### `USER_PERMISSIONS_CHAT_SYSTEM_PROMPT`
31813181

31823182
- Type: `bool`
31833183
- Default: `True`
31843184
- Description: When `USER_PERMISSIONS_CHAT_CONTROLS` is enabled, this setting specifically controls the visibility of the customizable "System Prompt" section within the chat controls panel, folders and the user settings.
31853185

3186-
#### USER_PERMISSIONS_CHAT_PARAMS
3186+
#### `USER_PERMISSIONS_CHAT_PARAMS`
31873187

31883188
- Type: `bool`
31893189
- Default: `True`

0 commit comments

Comments
 (0)