Code for an error that occurred during the invocation of an action.
@@ -27,7 +25,7 @@ import { Config, ConfigItem } from "/src/components/ConfigTable.tsx";Identifier for the authorized user from the provider.
The current Identity session identifier for this request.
diff --git a/traffic-policy/actions/oidc/behavior.mdx b/traffic-policy/actions/oidc/behavior.mdx index dd28374e00..cebb6278d7 100644 --- a/traffic-policy/actions/oidc/behavior.mdx +++ b/traffic-policy/actions/oidc/behavior.mdx @@ -36,13 +36,13 @@ will take the following actions: When an authenticated user makes a request, ngrok will sometimes refresh a user's data from the identity provider (email, name, etc) and re-evaluate -authorization constraints. This refresh is executed as a backchannel request to +authorization constraints. This refresh is executed as a back channel request to the identity provider; it is transparent to the user and they do not go through -a reauthentication flow. +a re-authentication flow. The following circumstances trigger refresh and authorization re-evaluation: -- On a periodic interval defined by the [userinfo_refresh_interval](/docs/traffic-policy/actions/oidc/#configuration-fields) parameter. +- On a periodic interval defined by the [`userinfo_refresh_interval`](/docs/traffic-policy/actions/oidc/#configuration-fields) parameter. - If you update the OIDC configuration of the endpoint by restarting your agent with a new configuration. - If you update the OIDC configuration of the endpoint. diff --git a/traffic-policy/actions/oidc/config.mdx b/traffic-policy/actions/oidc/config.mdx index cbaca9b690..cac10ba97c 100644 --- a/traffic-policy/actions/oidc/config.mdx +++ b/traffic-policy/actions/oidc/config.mdx @@ -100,10 +100,6 @@ When this module is enabled, it populates the following fields in the | `oauth.user.id` | | `oauth.user.name` | -### Pricing - -Identity actions are limited to 2,000 requests with actions applied per month. Additional actions are available in ngrok's pay-as-you-go plan. - ## Try it out Consult the list of [supported providers](#supported-providers) for diff --git a/traffic-policy/actions/oidc/examples/basic-example.mdx b/traffic-policy/actions/oidc/examples/basic-example.mdx index a2dc7754f3..4e02712fe8 100644 --- a/traffic-policy/actions/oidc/examples/basic-example.mdx +++ b/traffic-policy/actions/oidc/examples/basic-example.mdx @@ -3,7 +3,7 @@ import ConfigExample from "/src/components/ConfigExample.tsx"; ### Using a Managed Provider The following [Traffic Policy](/docs/http/traffic-policy/) -configuration will provide your app with a google authentication step. +configuration will provide your app with an authentication step.Code for an error that occurred during the invocation of an action.