OIM API Allows Simultaneous User Creation Requests Bypassing Validation When Using Platform.getService()
(Doc ID 2217030.1)
Last updated on MAY 10, 2023
Applies to:
Identity Manager - Version 11.1.1.5.10 and laterInformation in this document applies to any platform.
Goal
OIM API allows simultaneous user creation requests bypassing validation when Platform.getService is used in custom plugins.
For example: OIM API for user create -> oracle.iam.identity.usermgmt.api.UserManager#create(oracle.iam.identity.usermgmt.vo.User p1) can be called from a separate threads which uses Platform.getService and this results in identical users created in OIM without check for uniqueness validation.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |