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

Feature/organizations #500

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

WilfredDube
Copy link

@WilfredDube WilfredDube commented Dec 30, 2024

feature: adding organizations APIs handler to

  1. Create an organization
  2. Delete an organization
  3. Get a filtered list of organizations
  4. Get an organization by its ID
  5. Update an organization
  6. Invite or add users to an organization
  7. Get organization members
  8. Get member associated organizations

Also added - Organizations models, form param model for invitee

Added tests

@WilfredDube
Copy link
Author

feature: adding organizations APIs handler to

  1. Get an organization by its ID
  2. Update an organization

Added tests

@dlnilsson
Copy link

You need to append organizationsEnabled to RealmRepresentation

@WilfredDube
Copy link
Author

@dlnilsson, I have append organizations as well. I just made a mistake in the commit message, I meant to write RealmRepresentation.

image

@dlnilsson
Copy link

@WilfredDube , I had to fork your fork and so some additional changes to get the organization feature to work for my use-case, WilfredDube/gocloak@main...dlnilsson:gocloak:main you may want to cherry-pick some of these changes.

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.

2 participants