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

Fix minor bugs related to Organizations #12815

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

NethmiRanasinghe
Copy link
Contributor

Purpose

  1. Organization ID is the UUID assigned by apim side and it can't be a required field when registering new orgs.
  2. Users without an organization should not be able to register orgs to apim.

Approach

  1. Removed organizationId and add externalOrganizationId as required which is already created by the external IDP.
  2. Throw a 403 error when user's parent organization is null.

@chamilaadhi chamilaadhi merged commit 8587622 into wso2:org_visibility Jan 31, 2025
1 check passed
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