-
Notifications
You must be signed in to change notification settings - Fork 89
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
Missing argument for "Add Permissions in the Access Token" in auth0_resource_server #257
Comments
Hey @jeroenmarchand, thanks for opening an issue with us! In order to toggle the "Add Permissions in the Access Token" setting please set This is however referenced in the docs as well under token_dialect: https://registry.terraform.io/providers/auth0/auth0/latest/docs/resources/resource_server#token_dialect. 👋🏻 |
Missed that one, sorry. Thanks for the clarification! |
The documentation should be updated because this isn't clear. It's very confusing. |
Hey @ynnelson 👋🏻 thanks for the feedback. If this is still confusing we'll reopen this issue and look for ways to make this more clear. |
Also experienced this one, it's confusing to find out that property, but glad there is a way. |
Hey folks, appreciate the feedback. We have a PR over at #371 to try to improve the docs. Let us know if this helps! |
Hey folks, we just released https://registry.terraform.io/providers/auth0/auth0/0.39.0 with a fix for this. We'll close the issue down now. |
Describe the problem
The dashboard interface for API's shows an "Add Permissions in the Access Token" option under "RBAC Settings" that adds a permissions claim to the access_token. This argument seems to be missing from the
auth0_resource_server
docs. This makes it impossible to correctly configure the API with Terraform.What was the expected behavior?
An extra argument for the "Add Permissions in the Access Token" in
auth0_resource_server
that can be set totrue
Reproduction
Docs for resource
The resource above does enable RBAC.
Environment
terraform-provider-auth0
used: v0..33.0The text was updated successfully, but these errors were encountered: