Need to replace cross_origin_auth
argument to cross_origin_authentication
in auth0_client
resource
#450
Closed
6 tasks done
Labels
🪲 bug
Something isn't working
Checklist
Description
The 'cross_origin_auth' attribute no longer works correctly in the client API of Auth0 Management API V2. I checked this through Auth0 Support Center.
Since the 'cross_origin_authentication' property works normally, it needs to be replaced with this.
Expectation
Can control cross-origin authentication option by using the 'cross_origin_authentication' argument to the auth0_clients resource.
Reproduction
Check that the
cross_origin_auth
argument is not working properlyauth0_client
resource, and set thecross_origin_auth
argument to false.Auth0 Terraform Provider version
0.42.0
Terraform version
1.3.7
The text was updated successfully, but these errors were encountered: