Skip to content

Conversation

@patrickkang
Copy link
Contributor

🔧 Changes

Improves the DX for creating resource server clients by adding an interactive API picker instead of requiring manual entry of the resource server identifier:

  • When creating a resource server client without the --resource-server-identifier flag, users are now prompted to select from their existing APIs via an interactive picker
  • Added validation to reject empty or whitespace-only identifiers when provided via flag
  • Non-interactive usage with --resource-server-identifier flag continues to work as before

📚 References

🔬 Testing

# prompts for selection
auth0 apps create --name "My Client" --type resource_server

# non-interactive(skips prompt)
auth0 apps create --name "My Client" --type resource_server --resource-server-identifier "https://api.example.com"
image

📝 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)

@patrickkang patrickkang requested a review from a team as a code owner November 26, 2025 16:35
@ramya18101
Copy link
Contributor

@patrickkang, Thanks for raising the PR..
We will review and get back to you soon!

@ramya18101 ramya18101 merged commit efacd55 into auth0:main Dec 3, 2025
7 checks passed
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