-
Notifications
You must be signed in to change notification settings - Fork 83
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
MFA Push CustomApp should be type 'direct' and not 'guardian' #534
Comments
Hey @lochiiconnectivity 👋🏻 Thanks for raising this. At the moment the Auth0 Terraform Provider only supports managing Push Notification Providers of type "guardian" and "sns". The "direct" type is missing and support for this is blocked until it gets added within the Go SDK that this provider leverages. So this isn't really a bug, but a missing feature that you're requesting. I don't have an exact ETA of when we could add support for this within the Go SDK but contributions are more than welcomed there as well. |
See #535 (comment) |
See #535 (comment) |
Thanks again @lochiiconnectivity for raising this. It is now available within the latest https://github.com/auth0/terraform-provider-auth0/releases/tag/v0.46.0. Please let us know if you have any issues with it. |
Checklist
Description
MFA Push CustomApp should be type 'direct' and not 'guardian', if you select custom app in the UI this corresponds to provider 'direct' in the Management API (see https://auth0.com/docs/api/management/v2#!/Guardian/put_selected_provider_0)
Expectation
Guardian MFA "Push" provider should accept 'direct' as a type, in addition to 'guardian' and 'sns'
Reproduction
Auth0 Terraform Provider version
0.44.1
Terraform version
1.4.0
The text was updated successfully, but these errors were encountered: