Skip to content
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

Support sso_integration app_type for auth0_client resource #37

Closed
sergiught opened this issue Feb 21, 2022 · 1 comment
Closed

Support sso_integration app_type for auth0_client resource #37

sergiught opened this issue Feb 21, 2022 · 1 comment
Assignees
Labels

Comments

@sergiught
Copy link
Contributor

From terraform-provider-auth0 created by hoppalotta: alexkappa/terraform-provider-auth0#397

Description

Auth0 clients of the "SSO Integration" type don't appear to be supported at this time. The specific case I'm trying to solve for is an integration with Tableau Server, see links below. Thanks for publishing and maintaining this provider and also for your consideration on this issue!

New or Affected Resource(s)

auth0_client

Potential Terraform Configuration

resource "auth0_client" "tableau" {
  name     = "Tableau Server"
  app_type = "sso_integration"
  ...
}

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
@willvedd
Copy link
Contributor

@hoppalotta sso_integration has been added as a valid app type with the 0.33.0 release. Thanks for your patience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants