Skip to content

Commit 615f0bf

Browse files
stigishockey
authored andcommitted
housekeeping(docs): typo in oauth2.md (via #5124)
no PR too small!
1 parent f69624b commit 615f0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/oauth2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You can configure OAuth2 authorization by calling the `initOAuth` method.
44
Property name | Docker variable | Description
55
--- | --- | ------
66
clientId | `OAUTH_CLIENT_ID` | Default clientId. MUST be a string
7-
clientSecret | `OAUTH_CLIENT_SECRET` | **🚨 Never use this parameter in your production environemnt. It exposes cruicial security information. This feature is intended for dev/test environments only. 🚨** <br>Default clientSecret. MUST be a string
7+
clientSecret | `OAUTH_CLIENT_SECRET` | **🚨 Never use this parameter in your production environment. It exposes cruicial security information. This feature is intended for dev/test environments only. 🚨** <br>Default clientSecret. MUST be a string
88
realm | `OAUTH_REALM` |realm query parameter (for oauth1) added to `authorizationUrl` and `tokenUrl`. MUST be a string
99
appName | `OAUTH_APP_NAME` |application name, displayed in authorization popup. MUST be a string
1010
scopeSeparator | `OAUTH_SCOPE_SEPARATOR` |scope separator for passing scopes, encoded before calling, default value is a space (encoded value `%20`). MUST be a string

0 commit comments

Comments
 (0)