Skip to content

Commit

Permalink
Update docs/http/oauth.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
russorat committed Nov 27, 2023
1 parent abd67a3 commit 290a4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/http/oauth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ upstream service and must not be modified.
| **Client ID** | - | Your OAuth app's Client ID. Leave this empty if you want to use a managed application. |
| **Client Secret** | - | Your OAuth app's Client Secret. Leave this empty if you want to use a managed application. |
| **Allowed Emails** | - | If specified, only users whose emails match a value in this list will be allowed. |
| **Allowed Email Domains** | - | If specified, only users whose emails match one of the given domains in this list will be allowed. This is a perfect match, if using subdomains all must be listed. |
| **Allowed Email Domains** | - | If specified, only users whose emails match one of the given domains in this list will be allowed. Note: This is a perfect match, so if you're using subdomains, all of them must be listed. |
| **Scopes** | | A list of additional scopes to request when users authenticate with the identity provider. |
| **Auth Check Interval** | 0 | When a request is received after this interval has passed since the last auth check or the initial authentication, ngrok will re-validate its authorization constraints. As part of this process, ngrok refreshes data about the authenticated user from the identity provider. If zero, authorization is only ever checked during an authentication flow. |
| **Inactivity Timeout** | 0 | If an authenticated client does not make a request to the endpoint within this duration, they are forced to reauthenticate. If 0, no inactivity timeout is enforced. |
Expand Down

1 comment on commit 290a4b4

@vercel
Copy link

@vercel vercel bot commented on 290a4b4 Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ngrok-docs – ./

ngrok-docs.vercel.app
ngrok-docs-ngrok-dev.vercel.app
ngrok-docs-git-main-ngrok-dev.vercel.app

Please sign in to comment.