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

Ability to list system-wide Oauth2 Applications via API #22779

Open
h0tw1r3 opened this issue Feb 6, 2023 · 0 comments
Open

Ability to list system-wide Oauth2 Applications via API #22779

h0tw1r3 opened this issue Feb 6, 2023 · 0 comments
Labels
modifies/api This PR adds API routes or modifies them topic/api Concerns mainly the API type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@h0tw1r3
Copy link

h0tw1r3 commented Feb 6, 2023

Feature Description

Currently admin users can directly manage system-wide applications via the API if they know the id, but there is no way to list the system-wide applications from the API.

  • GET /api/v1/user/applications
    returns on the applications created directly by the user, admin or not
  • GET /api/v1/user/applications/1
    assuming 1 is the id of a system application, the admin user has permission to manage it via the API

Screenshots

No response

@h0tw1r3 h0tw1r3 added type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first. labels Feb 6, 2023
@lunny lunny added modifies/api This PR adds API routes or modifies them and removed type/feature Completely new functionality. Can only be merged if feature freeze is not active. labels Feb 6, 2023
@silverwind silverwind added the topic/api Concerns mainly the API label Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
modifies/api This PR adds API routes or modifies them topic/api Concerns mainly the API type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

3 participants