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 Support For Extensibility as Custom Provider in BrandingManager #1079

Merged
merged 3 commits into from
Feb 14, 2025

Conversation

tanya732
Copy link
Contributor

@tanya732 tanya732 commented Feb 10, 2025

Changes

Added support for extensibility as a custom provider in BrandingManager.

New Methods Added:
ListPhoneProviders
ReadPhoneProvider
CreatePhoneProvider
DeletePhoneProvider
UpdatePhoneProvider

References

List Phone Providers
Create Phone Provider
Get Phone Provider
Delete Phone Provider
Update Phone Provider

Testing

Verified new API endpoints by making requests to Auth0 Management API.
Ensured coverage with unit tests for new methods.

Manual Testing guide

  1. Securely store your Client ID, Client Secret, and Management API token.
  2. Install the SDK: npm install auth0

var management = new ManagementClient({
domain: '{YOUR_TENANT_AND REGION}.auth0.com',
clientId: '{YOUR_CLIENT_ID}',
clientSecret: '{YOUR_CLIENT_SECRET}',
});

const phoneProviders = await management.getAllPhoneProviders();
const phoneProvider = await management.getPhoneProvider('{YOUR_PROVIDER_ID');

Checklist

All new/changed/fixed functionality is covered by tests (or N/A)
I have added documentation for all new/changed functionality (or N/A)

@tanya732 tanya732 requested a review from a team as a code owner February 10, 2025 09:12
@tanya732 tanya732 merged commit 0afc646 into master Feb 14, 2025
6 checks passed
@tanya732 tanya732 deleted the sdk-5603-extensibility-as-custom-provider-support branch February 14, 2025 15:54
@tanya732 tanya732 mentioned this pull request Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants