-
Notifications
You must be signed in to change notification settings - Fork 165
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
Provide v2 role support for scim2/bulk
API
#394
Provide v2 role support for scim2/bulk
API
#394
Conversation
modules/charon-core/src/main/java/org/wso2/charon3/core/protocol/BulkRequestProcessor.java
Show resolved
Hide resolved
PR builder started |
PR builder completed |
modules/charon-core/src/main/java/org/wso2/charon3/core/protocol/BulkRequestProcessor.java
Outdated
Show resolved
Hide resolved
…ol/BulkRequestProcessor.java Co-authored-by: Anuradha Karunarathna <[email protected]>
PR builder started |
PR builder completed |
PR builder failed due to the following intermittent issue.
|
if (failOnError == 0) { | ||
bulkResponseData.addRoleOperation(getBulkResponseContent(bulkRequestContent, userIdMappings, | ||
roleResourceV2Manager)); | ||
} else { |
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.
We can have else-if
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.
Update the license header, when you send the commit.
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.
Addressed with #407.
Purpose
$subject
Related PRs
scim2/Bulk
API. wso2-extensions/identity-inbound-provisioning-scim2#491