Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Add support for client organizations #451

Merged
merged 1 commit into from Oct 25, 2021

Conversation

mpalmer
Copy link
Contributor

@mpalmer mpalmer commented Sep 30, 2021

Proposed Changes

  • Add organization_usage and organization_require_behaviour parameters to auth0_client resource.

Fixes #394.

Community Note

  • Please vote on this pull request by adding a 馃憤 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request

@jowparks
Copy link

@alexkappa @mpalmer Is there anything blocking this merge? This would be a great change to see, I would onboard the organizations feature in our terraform immediately.

@alexkappa
Copy link
Owner

Looks good to me, thanks for the contribution @mpalmer!

@alexkappa alexkappa merged commit 14855c4 into alexkappa:master Oct 25, 2021
@@ -564,6 +578,8 @@ func readClient(d *schema.ResourceData, m interface{}) error {
d.Set("allowed_logout_urls", c.AllowedLogoutURLs)
d.Set("allowed_origins", c.AllowedOrigins)
d.Set("grant_types", c.GrantTypes)
d.Set("organization_usage", c.OrganizationUsage)
d.Set("organization_require_behaviour", c.OrganizationRequireBehavior)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I caught this a little late, but can fix it before cutting a new release. Typo between US/UK English

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

Successfully merging this pull request may close these issues.

Organization configuration for client
3 participants