-
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
connection property set_user_root_attributes 'on_each_login' doesn't reflect in tenant #587
Comments
Hey folks, we just released https://github.com/auth0/terraform-provider-auth0/releases/tag/v0.48.0 with a fix for this. Please check it out and let us know if you encounter any issues! |
Hey @sergiught. After that fix, Microsoft AD tenant works ok, but Google Workspace tenant switches |
Hey @spawluk-zartis 👋🏻 , thanks for raising this with us. Just so I'm understanding correctly, before the fix for Microsoft AD Connections you were able to manage the |
@sergiught yes. This is the behavior I observed after updating from 0.47.0 to 0.48.0 |
Alright we'll look into it 👍🏻 |
Hey folks, we fixed this across various other enterprise connections in https://github.com/auth0/terraform-provider-auth0/releases/tag/v0.49.0. Try it out and let us know if you encounter any other issues. |
Checklist
Description
When I set
set_user_root_attributes
toon_each_login
I do not see the setting toggled in the Auth0 connection.Expectation
I would expect to see the setting toggled in the tenant.
Reproduction
Auth0 Terraform Provider version
0.47.0
Terraform version
1.45
Additional notes
For what it's worth, I also tried not specifying the property so that it would set the default to
on_each_login
but it looks like it just sets the value to an empty string.The text was updated successfully, but these errors were encountered: