Add support for 'Fixed Length of Access Token & Authorization Code' flag in Tenant Settings
Closed this issue · 1 comments
sergiught commented
From terraform-provider-auth0 created by L-Sypniewski: alexkappa/terraform-provider-auth0#461
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
sergiught commented
We'll be closing this down @L-Sypniewski as these flags already reached end of life: 12 April 2022 (Public Cloud), June 2022 (Private Cloud release).