From 3661bfe5d03b422221f891f4ce9ce12e47f537ed Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Mon, 15 May 2023 10:50:41 -0400 Subject: [PATCH] Regenerating docs --- docs/data-sources/client.md | 2 +- docs/data-sources/global_client.md | 2 +- docs/resources/client.md | 2 +- docs/resources/global_client.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/data-sources/client.md b/docs/data-sources/client.md index fb20ab8a2..bb5243117 100644 --- a/docs/data-sources/client.md +++ b/docs/data-sources/client.md @@ -57,7 +57,7 @@ data "auth0_client" "some-client-by-id" { - `logo_uri` (String) URL of the logo for the client. Recommended size is 150px x 150px. If none is set, the default badge for the application type will be shown. - `mobile` (List of Object) Additional configuration for native mobile apps. (see [below for nested schema](#nestedatt--mobile)) - `native_social_login` (List of Object) Configuration settings to toggle native social login for mobile native applications. Once this is set it must stay set, with both resources set to `false` in order to change the `app_type`. (see [below for nested schema](#nestedatt--native_social_login)) -- `oidc_backchannel_logout_urls` (Set of String) Set of URLs enabled for OIDC back-channel logout +- `oidc_backchannel_logout_urls` (Set of String) Set of URLs that are valid to call back from Auth0 for OIDC backchannel logout. Currently only one URL is allowed. - `oidc_conformant` (Boolean) Indicates whether this client will conform to strict OIDC specifications. - `organization_require_behavior` (String) Defines how to proceed during an authentication transaction when `organization_usage = "require"`. Can be `no_prompt` (default) or `pre_login_prompt`. - `organization_usage` (String) Defines how to proceed during an authentication transaction with regards to an organization. Can be `deny` (default), `allow` or `require`. diff --git a/docs/data-sources/global_client.md b/docs/data-sources/global_client.md index b5e05704c..f3bc748f7 100644 --- a/docs/data-sources/global_client.md +++ b/docs/data-sources/global_client.md @@ -46,7 +46,7 @@ data "auth0_global_client" "global" {} - `mobile` (List of Object) Additional configuration for native mobile apps. (see [below for nested schema](#nestedatt--mobile)) - `name` (String) Name of the client. - `native_social_login` (List of Object) Configuration settings to toggle native social login for mobile native applications. Once this is set it must stay set, with both resources set to `false` in order to change the `app_type`. (see [below for nested schema](#nestedatt--native_social_login)) -- `oidc_backchannel_logout_urls` (Set of String) Set of URLs enabled for OIDC back-channel logout +- `oidc_backchannel_logout_urls` (Set of String) Set of URLs that are valid to call back from Auth0 for OIDC backchannel logout. Currently only one URL is allowed. - `oidc_conformant` (Boolean) Indicates whether this client will conform to strict OIDC specifications. - `organization_require_behavior` (String) Defines how to proceed during an authentication transaction when `organization_usage = "require"`. Can be `no_prompt` (default) or `pre_login_prompt`. - `organization_usage` (String) Defines how to proceed during an authentication transaction with regards to an organization. Can be `deny` (default), `allow` or `require`. diff --git a/docs/resources/client.md b/docs/resources/client.md index dbf2befe3..b53562519 100644 --- a/docs/resources/client.md +++ b/docs/resources/client.md @@ -118,7 +118,7 @@ resource "auth0_client" "my_client" { - `logo_uri` (String) URL of the logo for the client. Recommended size is 150px x 150px. If none is set, the default badge for the application type will be shown. - `mobile` (Block List, Max: 1) Additional configuration for native mobile apps. (see [below for nested schema](#nestedblock--mobile)) - `native_social_login` (Block List, Max: 1) Configuration settings to toggle native social login for mobile native applications. Once this is set it must stay set, with both resources set to `false` in order to change the `app_type`. (see [below for nested schema](#nestedblock--native_social_login)) -- `oidc_backchannel_logout_urls` (Set of String) Set of URLs enabled for OIDC back-channel logout +- `oidc_backchannel_logout_urls` (Set of String) Set of URLs that are valid to call back from Auth0 for OIDC backchannel logout. Currently only one URL is allowed. - `oidc_conformant` (Boolean) Indicates whether this client will conform to strict OIDC specifications. - `organization_require_behavior` (String) Defines how to proceed during an authentication transaction when `organization_usage = "require"`. Can be `no_prompt` (default) or `pre_login_prompt`. - `organization_usage` (String) Defines how to proceed during an authentication transaction with regards to an organization. Can be `deny` (default), `allow` or `require`. diff --git a/docs/resources/global_client.md b/docs/resources/global_client.md index 4dc043daf..f2396a35a 100644 --- a/docs/resources/global_client.md +++ b/docs/resources/global_client.md @@ -58,7 +58,7 @@ PAGE - `mobile` (Block List, Max: 1) Additional configuration for native mobile apps. (see [below for nested schema](#nestedblock--mobile)) - `name` (String) Name of the client. - `native_social_login` (Block List, Max: 1) Configuration settings to toggle native social login for mobile native applications. Once this is set it must stay set, with both resources set to `false` in order to change the `app_type`. (see [below for nested schema](#nestedblock--native_social_login)) -- `oidc_backchannel_logout_urls` (Set of String) Set of URLs enabled for OIDC back-channel logout +- `oidc_backchannel_logout_urls` (Set of String) Set of URLs that are valid to call back from Auth0 for OIDC backchannel logout. Currently only one URL is allowed. - `oidc_conformant` (Boolean) Indicates whether this client will conform to strict OIDC specifications. - `organization_require_behavior` (String) Defines how to proceed during an authentication transaction when `organization_usage = "require"`. Can be `no_prompt` (default) or `pre_login_prompt`. - `organization_usage` (String) Defines how to proceed during an authentication transaction with regards to an organization. Can be `deny` (default), `allow` or `require`.