feat: Support application access permissions#1315
Merged
kushalshit27 merged 9 commits intomainfrom Sep 2, 2025
Merged
Conversation
- docs/auth0_apis_create.md: Add subject-type-authorization flag example - docs/auth0_apis_update.md: Add subject-type-authorization flag example feat(cli): Enhance API command with subject type authorization - internal/cli/apis.go: Add subject type authorization handling in create and update commands feat(display): Display subject type authorization in API view - internal/display/apis.go: Include subject type authorization in API view output chore(go): Update go-auth0 dependency to latest version - go.mod: Bump go-auth0 from v1.25.0 to v1.26.1 - go.sum: Update go-auth0 checksum
- internal/cli/apis_test.go: Implement tests for APIs with subject type authorization. - test/integration/apis-test-cases.yaml: Add integration tests for creating, updating, and showing APIs with subject type authorization.
ramya18101
reviewed
Aug 27, 2025
feat(go.sum): update go-auth0 checksum for v1.27.0 refactor(internal/cli/apis.go): simplify subject type authorization handling refactor(internal/cli/apis.go): remove unused subject type policy constants refactor(internal/cli/apis_test.go): remove parseSubjectTypeAuthorization test refactor(internal/display/apis.go): change subject type authorization JSON formatting
duedares-rvj
approved these changes
Sep 1, 2025
This was referenced Sep 2, 2025
duedares-rvj
pushed a commit
that referenced
this pull request
Sep 9, 2025
2 tasks
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
Subject Type Authorization Support
Added a new
--subject-type-authorizationflag to theauth0 apis createandauth0 apis updatecommands, allowing users to specify access policies for user and client flows via a JSON object.Exampls:
📚 References
🔬 Testing
📝 Checklist