Skip to content

Commit

Permalink
Fixing the oauth.scopes field is incorrectly named in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird authored Nov 7, 2024
1 parent 8e38483 commit f7f2f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/agent/config/v2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ You can configure a single ngrok agent to tunnel to multiple services within a s
| `mutual_tls_cas` | Valid system path | The path to the TLS certificate authority to verify client certs in mutual TLS |
| `oauth.allow_domains` | Array of Strings | Allow only OAuth2 users with these email domains |
| `oauth.allow_emails` | Array of Strings | Allow only OAuth users with these emails |
| `oauth.oauth_scopes` | Array of Strings | Request these OAuth2 scopes when a user authenticates |
| `oauth.scopes` | Array of Strings | Request these OAuth2 scopes when a user authenticates |
| `oauth.provider` | String | enforce authentication OAuth2 provider on the endpoint, e.g. 'google'. For a lit of available providers, see [OAuth2 providers](/http/oauth/#supported-providers). |
| [`policy.inbound.name`](/docs/http/traffic-policy/index.mdx) | String | `policy` has been renamed to `traffic_policy` in agent version 3.14.0. |
| [`policy.inbound.expressions`](/docs/http/traffic-policy/expressions/index.mdx) | Array of Strings | `policy` has been renamed to `traffic_policy` in agent version 3.14.0. |
Expand Down

0 comments on commit f7f2f20

Please sign in to comment.