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

Adding client credentials support #775

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kishore7snehil
Copy link

@kishore7snehil kishore7snehil commented Oct 16, 2024

Changes

  • Support for Default Organisation in clients

    a. Added new field default_organization to GET/PATCH endpoints /api/v2/clients/{id}
    b. Added new field default_organization to POST endpoints /api/v2/clients/

  • Support query param q for GET /api/v2/clients

    a. q=client_grant.organization_id:org_<uniq_id>
    b. q=client_grant.allow_any_organization:true

  • Support query param grant_ids for GET /api/v2/organizations/{org_id}/client-grants

  • Support query param identifiers for GET /api/v2/resource-servers

References

Management API Documentation
Internal Reference

Testing

Added test cases for testing above end-points.
Tested the implementation manually according to this internal document

  • This change adds unit test coverage

  • This change adds integration test coverage

  • This change has been tested on the latest version of the platform/language or why not

Contributor Checklist

@kishore7snehil kishore7snehil requested a review from a team as a code owner October 16, 2024 12:38
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.

1 participant