-
Notifications
You must be signed in to change notification settings - Fork 66
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
Improve organization user invitation and user sharing #238
Improve organization user invitation and user sharing #238
Conversation
fa40715
to
61345a6
Compare
...o2/carbon/identity/organization/user/invitation/management/models/SharedUserAssociation.java
Show resolved
Hide resolved
...o2/carbon/identity/organization/user/invitation/management/models/SharedUserAssociation.java
Outdated
Show resolved
Hide resolved
.../wso2/carbon/identity/organization/user/invitation/management/dao/UserInvitationDAOImpl.java
Outdated
Show resolved
Hide resolved
61345a6
to
2e4f78d
Compare
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/6163182942
@@ -54,6 +57,22 @@ public boolean doPreDeleteUserWithID(String userID, UserStoreManager userStoreMa | |||
} | |||
} | |||
|
|||
@Override | |||
public boolean doPreSetUserClaimValuesWithID(String userID, Map<String, String> claims, String profileName, |
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.
what if single claim update method is invoked?
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.
That will be addressed from a different PR.
… release v1.3.11
… for next development iteration
Purpose
doPreSetUserClaimValuesWithID
to restrict the user claim update for shared users.doPreDeleteUserWithID
listener.