You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
This issue is stale because it has been open 30 days with no activity.
Stale issues will be closed after 5 days if no action is taken. If you
think this issue should not be closed, remove the stale label.
Description
Connection resources with
windowslive
strategy do not send options parameters to the Auth0 management API. It seems this may be intentionally unsupported https://github.com/alexkappa/terraform-provider-auth0/blob/v0.17.2/auth0/structure_auth0_connection.go#L271Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
A POST body should be sent to the management API with a JSON body containing
... "options": {"client_id":"<client ID>" ...
Actual Behavior
A connection resource is created in Auth0 with no options configured.
Steps to Reproduce
terraform apply
Debug Output
We consistently produce this warning:
from the default branch here.
Community Note
The text was updated successfully, but these errors were encountered: