wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 729 forks source link

Support new RoleV2 for parent user invite flow #17522

Closed AnuradhaSK closed 1 year ago

AnuradhaSK commented 1 year ago

Describe the issue: We have introduced a feature for inviting parent organization users to child organization. swagger: https://github.com/wso2/identity-api-server/blob/master/components/org.wso2.carbon.identity.api.server.organization.user.invitation.management/org.wso2.carbon.identity.api.server.organization.user.invitation.management.v1/src/main/resources/organization-user-invitation.yaml

This API has given the capability to assign roles while inviting users, but it's not implemented. Need to support roles assignment for invitation based on the new role model

sadilchamishka commented 1 year ago

The improvement can be made here - https://github.com/wso2-extensions/identity-organization-management/blob/main/components/org.wso2.carbon.identity.organization.user.invitation.management/src/main/java/org/wso2/carbon/identity/organization/user/invitation/management/InvitationCoreServiceImpl.java#L190~L197

dewniMW commented 1 year ago

@Kanapriya can you create a separate issue to track the UI improvements?