Merged
Conversation
… in app creation feat(docs/auth0_apps_update.md): add support for resource_server type in app update feat(internal/cli/apps.go): define resource_server app type constant feat(internal/cli/apps_test.go): update tests to include resource_server type feat(internal/display/apis.go): add ClientID to apiView struct feat(internal/display/apps.go): include resource server identifier in application view test(integration/apps-test-cases.yaml): add tests for resource server app creation and display test(integration/scripts/get-resource-server-app-id.sh): script to retrieve resource server app ID
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1352 +/- ##
==========================================
+ Coverage 64.63% 64.98% +0.34%
==========================================
Files 108 108
Lines 17139 17855 +716
==========================================
+ Hits 11078 11603 +525
- Misses 5350 5490 +140
- Partials 711 762 +51 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ramya18101
reviewed
Oct 13, 2025
ramya18101
approved these changes
Oct 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔧 Changes
Client Applications
resource_serveras a new validapp_typeoption for applications--resource-server-identifierflag to link a client to a specific resource serverResource Servers
client_idfield display for resource servers linked to a resource server client💡 Example Usage
Creating a Resource Server Client
Viewing Resource Server Information
📌 Note
resource_server_identifiercan only be set whenapp_type=resource_serverresource_server_identifieris IMMUTABLE (cannot be updated)📚 References
🔬 Testing
📝 Checklist