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

Add functions to manage Guardian settings available via the REST API, e.g. available message types. #567

Open
5 tasks done
mardav10 opened this issue Dec 5, 2023 · 0 comments
Labels
feature request A feature has been asked for or suggested by the community

Comments

@mardav10
Copy link

mardav10 commented Dec 5, 2023

Checklist

  • I have looked into the Readme and Examples, and have not found a suitable solution or answer.
  • I have looked into the API documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Describe the problem you'd like to have solved

I've been unable to find functions in the SDK to manage the following settings:

Selecting the sms provider
PUT /api/v2/guardian/factors/sms/selected-provider
https://auth0.com/docs/api/management/v2/guardian/put-sms-providers
Auth0 UI: Security / Multi-factor Auth / Phone Message / Choose a delivery provider

Setting the available message types for the SMS (Phone) factor
PUT /api/v2/guardian/factors/phone/message-types
https://auth0.com/docs/api/management/v2/guardian/put-message-types
Auth0 UI: Security / Multi-factor Auth / Phone Message / Choose a delivery method

Setting the policy for when to require multi-factor auth
Possible settings in the UI are: "Never" / "Use Adaptive MFA" / "Always"
UI: Security / Multi-factor Auth / Define policies

Describe the ideal solution

Expand the SDK with new functions or modify existing functions to support this functionality.

Alternatives and current workarounds

I haven't found a work around using the SDK, but it is of course possible to use the REST API directly.

Additional context

No response

@mardav10 mardav10 added the feature request A feature has been asked for or suggested by the community label Dec 5, 2023
@mardav10 mardav10 changed the title Add functions to manage Guardian settings available via the REST API, e.g. available messae types. Add functions to manage Guardian settings available via the REST API, e.g. available message types. Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A feature has been asked for or suggested by the community
Projects
None yet
Development

No branches or pull requests

1 participant