auth0_client_credentials
requires read:client_secret
permissions
#774
Labels
🪲 bug
Something isn't working
Checklist
Description
When migrating from
token_endpoint_auth_method
toauth0_client_credentials
, if you're not using an access token that hasread:client_secret
you will receiveError: 403 Forbidden: You cannot read the following fields: client_secret
whenapply
ingMore context: #772 (comment)
Expectation
I should not need a privileged access token to use this resource and it should be an empty string if
read:client_keys
is not in the tokenhttps://registry.terraform.io/providers/auth0/auth0/latest/docs/resources/client_credentials#optional
Reproduction
read:client_keys
on the access tokentoken_endpoint_auth_method
toauth0_client_credentials
Auth0 Terraform Provider version
0.50.0
Terraform version
NA
The text was updated successfully, but these errors were encountered: