Skip to content

Commit

Permalink
Revert documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnellis committed Dec 11, 2024
1 parent 35a7c13 commit 5873bf5
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions docs/resources/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,6 @@ resource "auth0_connection" "my_connection" {
max = 40
}
}
authentication_methods {
passkey {
enabled = true
}
password {
enabled = true
}
}
mfa {
active = true
Expand Down Expand Up @@ -689,7 +680,6 @@ Optional:
- `configuration` (Map of String, Sensitive) A case-sensitive map of key value pairs used as configuration variables for the `custom_script`.
- `connection_settings` (Block List, Max: 1) Proof Key for Code Exchange (PKCE) configuration settings for an OIDC or Okta Workforce connection. (see [below for nested schema](#nestedblock--options--connection_settings))
- `custom_scripts` (Map of String) A map of scripts used to integrate with a custom database.
- `authentication_methods` (Map of String) Enables and disables authentication methods including passwords and passkeys (see [below for nested schema](#nestedblock--authentication-methods))
- `debug` (Boolean) When enabled, additional debug information will be generated.
- `decryption_key` (Block List, Max: 1) The key used to decrypt encrypted responses from the connection. Uses the `key` and `cert` properties to provide the private key and certificate respectively. (see [below for nested schema](#nestedblock--options--decryption_key))
- `digest_algorithm` (String) Sign Request Algorithm Digest.
Expand Down Expand Up @@ -780,19 +770,6 @@ Optional:
- `attributes` (String) This property is an object containing mapping information that allows Auth0 to interpret incoming claims from the IdP. Mapping information must be provided as key/value pairs.
- `userinfo_scope` (String) This property defines the scopes that Auth0 sends to the IdP’s UserInfo endpoint when requested.

<a id="nestedblock--authentication-methods"></a>
### Nested Schema for `options.authentication_methods`
Required:

- `password` (Map) Enables or disables password authentication (see [below for nested schema](#nestedblock--authentication-method))
- `passkey` (Map) Enables or disables passkey authentication (see [below for nested schema](#nestedblock--authentication-method))


<a id="nestedblock--authentication-method"></a>
### Nested Schema for `options.authentication_methods.*`
Required:

- `enabled` (Boolean) Enables the authentication method

<a id="nestedblock--options--attributes"></a>
### Nested Schema for `options.attributes`
Expand Down

0 comments on commit 5873bf5

Please sign in to comment.