alexkappa/terraform-provider-auth0

Add support for 'Fixed Length of Access Token & Authorization Code' flag in Tenant Settings

L-Sypniewski opened this issue · 1 comments

Description

Add the ability to set 'Fixed Length of Access Token & Authorization Code' flag in Tenant Settings

New or Affected Resource(s)

  • auth0_tenant

Potential Terraform Configuration

resource "auth0_tenant" "my_org" {
  name         = "my_org"
  display_name = "My Organization"

  fixed_length_access_token_and_authorization_code = true
}

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

We have moved this issue over at auth0/terraform-provider-auth0#50 as this repo is now maintained at https://github.com/auth0/terraform-provider-auth0.