-
Notifications
You must be signed in to change notification settings - Fork 145
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
Add API Support to Parent Organization Admins to Share Users with Sub Organizations #784
Add API Support to Parent Organization Admins to Share Users with Sub Organizations #784
Conversation
...ment/org.wso2.carbon.identity.api.server.organization.user.sharing.management.common/pom.xml
Outdated
Show resolved
Hide resolved
components/org.wso2.carbon.identity.api.server.organization.user.sharing.management/pom.xml
Outdated
Show resolved
Hide resolved
...rver.organization.user.sharing.management.v1/src/main/resources/organization-user-share.yaml
Outdated
Show resolved
Hide resolved
...rver.organization.user.sharing.management.v1/src/main/resources/organization-user-share.yaml
Outdated
Show resolved
Hide resolved
...ment/org.wso2.carbon.identity.api.server.organization.user.sharing.management.common/pom.xml
Outdated
Show resolved
Hide resolved
...ment/org.wso2.carbon.identity.api.server.organization.user.sharing.management.common/pom.xml
Outdated
Show resolved
Hide resolved
...identity/api/server/organization/user/sharing/management/common/UserSharingMgtConstants.java
Outdated
Show resolved
Hide resolved
...identity/api/server/organization/user/sharing/management/common/UserSharingMgtConstants.java
Outdated
Show resolved
Hide resolved
...tity/api/server/organization/user/sharing/management/common/UserSharingMgtServiceHolder.java
Outdated
Show resolved
Hide resolved
...tity/api/server/organization/user/sharing/management/common/UserSharingMgtServiceHolder.java
Outdated
Show resolved
Hide resolved
...identity/api/server/organization/user/sharing/management/common/UserSharingMgtConstants.java
Outdated
Show resolved
Hide resolved
...identity/api/server/organization/user/sharing/management/common/UserSharingMgtConstants.java
Outdated
Show resolved
Hide resolved
...identity/api/server/organization/user/sharing/management/common/UserSharingMgtConstants.java
Outdated
Show resolved
Hide resolved
...identity/api/server/organization/user/sharing/management/common/UserSharingMgtConstants.java
Outdated
Show resolved
Hide resolved
...on/identity/api/server/organization/user/sharing/management/v1/impl/UsersApiServiceImpl.java
Outdated
Show resolved
Hide resolved
...rver.organization.user.sharing.management.v1/src/main/resources/organization-user-share.yaml
Outdated
Show resolved
Hide resolved
...pi/server/organization/user/sharing/management/common/constants/UserSharingMgtConstants.java
Show resolved
Hide resolved
...tity/api/server/organization/user/sharing/management/common/UserSharingMgtServiceHolder.java
Show resolved
Hide resolved
...ment/org.wso2.carbon.identity.api.server.organization.user.sharing.management.common/pom.xml
Outdated
Show resolved
Hide resolved
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/12980802249
Purpose
This PR provides API support for managing user sharing in IS/Asgardeo, enabling parent organization admins to share and manage users with sub-organizations based on resource-sharing policies. This functionality addresses the gap in supporting direct user sharing from parent organizations to their sub-organizations.
Key Functionalities
This implementation introduces the following API capabilities:
Selective User Share:
General User Share:
Selective User Unshare:
General User Unshare:
Retrieve Shared Organizations:
Retrieve Shared Roles:
Related Issue
Allow Parent Organization Admins to Share Users with Sub Organizations Based on Resource Sharing Policies with or without Roles #22331