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

chore(galaxy): Operation for retrieving authorized identities #2826

Merged
merged 1 commit into from
Jan 28, 2024

Conversation

betimshahini
Copy link
Contributor

@betimshahini betimshahini commented Jan 27, 2024

Description

Implements Galaxy operation to retrieve authorized identities for an application, identified through the API key.

Returns identityURN, name and imageURL for each entry.

Note: connected accounts won't be returned as those can be retrieved proactively on a per-user basis through the standard /userinfo endpoint, or reactively per-change-event through future work done under #2621

Related Issues

Testing

  • Make graphql call to getAuthorizedIdentities() with a galaxy API key issued for an app with authorized users.
  • Validate same users appear as the ones in users listing in Console for same app

Checklist

  • I have read the CONTRIBUTING guidelines
  • I have tested my code (manually and/or automated if applicable)
  • I have updated the documentation (if necessary)

@szkl szkl merged commit 5d80b01 into main Jan 28, 2024
14 checks passed
@szkl szkl deleted the feat/2716-galaxy-list-authz-users branch January 28, 2024 13:34
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.

feat(galaxy): Return a list of all users associated with an app
2 participants