Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document fix: add note for connection resource, options schema #1114

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/resources/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ With Auth0, you can define sources of users, otherwise known as connections, whi
~> The Auth0 dashboard displays only one connection per social provider. Although the Auth0 Management API allows the
creation of multiple connections per strategy, the additional connections may not be visible in the Auth0 dashboard.

~> When updating the `options` parameter, ensure that all nested fields within the `options` schema are explicitly defined. Failing to do so may result in the loss of existing configurations.

## Example Usage

Expand Down
1 change: 1 addition & 0 deletions templates/resources/connection.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ description: |-
~> The Auth0 dashboard displays only one connection per social provider. Although the Auth0 Management API allows the
creation of multiple connections per strategy, the additional connections may not be visible in the Auth0 dashboard.

~> When updating the `options` parameter, ensure that all nested fields within the `options` schema are explicitly defined. Failing to do so may result in the loss of existing configurations.

{{ if .HasExample -}}

Expand Down
Loading