Creating/Pushing Users in OIM through customized self registration page

Hello there,
I was envisioning to push users into OIM (create users in oim database) by means of self made registration pages (JSP). I know that the user profiles are created in UPA_USR table in OIM db. Can we directly create users in the same from different source other than standard OIM self registration page?
I tried to do it by pushing the users in a different db table and then reconciling the user profiles from it. That worked!
Does anybody have any clues about the former issue?
Thanks in advance.

Have you looked through the APIs?
I have never seen anything that would let you do this but on the other hand I have never looked for it.
You always have the option to push things straight into the back end tables but it is often hard to ensure that you didn't miss something and you don't have any guarantee that future upgrades or patches won't break things.
Best regards
/Martin

Similar Messages

  • Custom Self Registration Page (New Users)

    I'm looking for some directions for creating a custom self-registration for new users. Along with self-creating a new user, I would like the user to select (via a comboBox) a preferred Provider. When a Provider is selected, it will add them to a user group for accessing that provider. In addition, after the user is created, an email will fire; notifying the Portal Admin of a new user.
    Is this possible? I would appreciate any head start or direction for this scenario.
    Thanks,
    Ron

    repost
    I too am wondering about this.
    Anybody?
    Bill G...

  • How to set password entered by user in the custom self registration app?

    Hi All,
    I am trying to create a customized self registration page on the portal logon page using Webdynpro JAVA application. Now the problem I am facing is that I am not able to identify how to set the initial password for the user in the portal that is entered by the user while registering through the application.
    I am using the object as:
    IUserFactory userFact = UMFactory.getUserFactory();
    IUserMaint userMaint = userFact.newUser(user);
    I am able to set different parameters such as First Name,Last Name, User Id, Email Id, etc but not the password.
    Any pointers will be highly appreciated.
    Thanks in Advance.
    Regards.
    Rajat

    Hi Rajat Jain,
    Try the below code.
    IUserAccountFactory mAccountFact = UMFactory.getUserAccountFactory();
    IUserAccount userAccount =mAccountFact.getUserAccountByLogonId(login); // Provide login
    IUserAccount muserAccount = mAccountFact.getMutableUserAccount(userAccount.getUniqueID());
    muserAccount.setPassword(oldPassword.trim(), confirmPassword.trim());
    muserAccount.save();
    muserAccount.commit();
    Regards,
    VJR.

  • Customized Self Registration results in User-defined exception

    Hello Folks,
    I've set up a custom self-registration form based on the Metalink Document 277789.1, but every time I try to create a new user I get a user defined exception. The user gets created but I still get a user-defined exception. Is it possible to get a more user-friendly message or easily create a custom self registration page?
    Any suggestions would be greatly appreciated, as I'm a newbie to Portal.
    BTW I'm using Oracle version 9.x.
    Thanks!

    have you worked on Self Registration. Could you send me a link or document which provides moore details about the same.
    I want to customize the self registration form for the oracle portal, to add more fields and store it in the database.
    I tried to access the metalink document as mentioned by u but was unable to access the same
    Thanks in advance.
    Your response will be highly appreciated

  • How to create customer self registration form iReceivables in 11.5.10.2

    Hi,
    I am new to iReceivables and in need to know how to create customer self registration in iReceivable 11.5.10.2.
    Please give the steps. I the guide its mentioned as need to create the static HTML page. If so please let me know how to do it. Please give me if you are having any sample code.
    Regards
    Suresh P

    Please see these docs.
    SelfService Registration Link Not Working For iReceivables [ID 603353.1]
    iReceivables user tries to register for iStore and message 'Email Address Is Already In Use' [ID 1114661.1]
    Questions: Auto Login After Self-Registration [ID 403097.1]
    How to Find iReceviables Patchset Level on 11i Instance [ID 263942.1]
    How To Create Custom Self Registration Challenge Questions In 11i [ID 759998.1]
    iReceivables Self Registration Challenge Question not Working [ID 961586.1]
    The Ireceivables Self Registration Page Errors Out. What Are the Setups to Review? [ID 414161.1]
    How To Control The Invoice Picked Up In iReceivable Self Registartion Challenge Question? [ID 1310902.1]
    Thanks,
    Hussein

  • How to create a user class for the customer realm

    how can I create a User class for my custom security realm, please help me out. i am trying to access using the active directory server and iam unable to write a simple classs for this user, can anyone help me. iam a beginner, would appriciate if any one helps me.regardsbaba

    Hi Rawat,
       You Don't need to create User Exits,but you need to find user Exits.Below are list of user Exits for MB31.
    Use proper exit as per your requirement.
    Exit Name     Description
    MBCF0002     Customer function exit: Segment text in material doc. item
    MBCF0005     Material document item for goods receipt/issue slip
    MBCF0006     Customer function for WBS element
    MBCF0007     Customer function exit: Updating a reservation
    MBCF0009     Filling the storage location field
    MBCF0010     Customer exit: Create reservation BAPI_RESERVATION_CREATE1
    MBCF0011     Read from RESB and RKPF for print list in  MB26
    MB_CF001     Customer Function Exit in the Case of Updating a Mat. Doc.
    award points if ans is useful.
    Regards,
    Albert

  • Validating Date fields in Self Registration page in OIM 11g

    Hi
    I have 2 custom date fields(Start Date, End Date) in Self Registration page in OIM 11g.
    I need to do validation on these fields, like difference between start date and end date should not be more than 3 months.
    I should show a popup message to user whenever start date and end date is more than 3 months.
    How to achieve this?
    Thanks in Advance

    Hello!
    Sorry bring up this topic again, but I have faced a "curious" situation. My validator code is:
        public void validate(RequestData reqData) throws InvalidRequestDataException {
            List<RequestEntity> requestEntities = reqData.getTargetEntities();
            if (requestEntities != null && !requestEntities.isEmpty()) {
                for (RequestEntity requestEntity : requestEntities) {
                    List<RequestEntityAttribute> attributes = requestEntity.getEntityData();
                    for (RequestEntityAttribute attribute : attributes) {
                        if (attribute.getName().equals("CPF")) {
                            if (attribute.getValue().equals("12345678900")) {
                                throw new InvalidRequestDataException("Invalid CPF");
            (new oracle.iam.requestactions.plugins.datavalidator.CreateUserDataValidator()).validate(reqData);
        }This is still in testing, but have you guys noticed the last line?
    It works nicely, is it normal? If it is, is there any reason for my exception just been raised when I submit the request? (for example, if the user provides a duplicated e-mail it rises before mine.

  • OIM 11g R2 Self Registration

    Hi All,
    The requirement is we have two different types of users Type A and Type B
    Type A user requires different attributes from Type B User in self
    Registration page.
    So, Is there an way to have two different OIM Self Registration pages.
    or
    Is there an way to show some attributes of Self Registration page to one user
    and some attributes to another user in OIM.
    Please help me with your views.
    Thanks

    refer this.
    Configuring Auto-Approval for Self-Registration - Fails due to Organisation

  • Multiple self-registration pages in OIM 11gR2 PS1

    Hi All
    I have a requirement to implement multiple self-registration pages in OIM 11gR2 PS1. Has anybody faced such requirement before.
    Any pointers will be highly appreciated.
    Thanks

    Hi,
    Basically i need some more information about your use case.
    Can you please elaborate the use case. What actually you want to do  by having multiple self-registration pages

  • How to add more fields to the self registration page?

    Hello,
    I am running on OIM 11.1.2.1.0.
    How can I add the Organization field to the self registration page?  Could you point me to a doc if it exists.
    Thanks
    Khanh

    Hello,
    I successfully added the organization field to the self registration form following the instructions in this doc: http://docs.oracle.com/cd/E37115_01/admin.1112/e27149/customattr.htm#BABGDEIC
    I used Data Component – User Registration, then UserVO1.  There were 2 fields: Organization and Organization Name.  I added both to the form.  Then I tried to submit a self registration request.  When I logged in as xelsysadm to check out the request, the Organization field on the request is not populated.
    I know that under OIM 11gr2, the reviewer must provide the organization.  I am wondering if this has something to do with the value of the organization not being carried over to the request level approval.
    Could someone please help?
    Thanks
    Khanh

  • How to Customize Self Registration Page in OAM

    HI ALL,
    I need to customize Self registration page in OAM
    In tht page i need to change the Save button to New User
    and i need to have only the Username, Password, Mobile no. as their fields
    Can u plz tel in which file we need to make the changes
    thanks,
    Edited by: user10648177 on Dec 2, 2008 9:05 PM
    Edited by: user10648177 on Dec 2, 2008 10:17 PM
    Edited by: user10648177 on Dec 3, 2008 1:32 AM

    Hi,
    You need to configure an appropriate self-registration workflow. Seeing that you are asking how to change the behaviour, you probably already have such a workflow and need to modify it in case you want the change to be applicable to all users wanting to register themselves. As for changing the Save button to New user, you'll need to customize the appropriate stylesheet. Details for this should be in the customization guide.
    -Vinod

  • Create,update, delete of users in OIM through user reconciliation

    Hi,
    I want to perform create, update and delete of users in OIM using reconciliation of users through Oracle database.
    I mean, I want to user Oracle database as trusted source of user information.
    Can I perform these CRUD operations by creating GTC (generic technology connector) or is there any other means of doing it?
    I need detail information/document on how I can perform user reconciliation?
    Answer ASAP
    Thanks & Regards

    User Management you have to use
    http://www.oracle.com/technology/obe/fusion_middleware/im1014/oim/obe14_using_GTC_for_provisioning/integrating_oracle_identity_manager_and_oracle_database.htm
    For your reference

  • How to create an user input variable for customer exit variable? - BW3.5

    Hi Guru,
    I have a requirement for the selection period of my reports. There are 3 possible reporting periods which should be user selectable:
    1. Month: Current reporting month
    2. Fiscal Year to Date
    3. Project Year to Date
    Here I need 2 variable to do these, 1 customer exit and 1 user input variable. I have created a variable customer exit to calculate all these requirement. But can any1 tell on how to create the user input variable for my customer exit? I need a user input variable with drop down list like below.
    01-Current month
    02- Fiscal Year to Date
    03-Project Year to Date
    I have create a new master data for this variable, but it's not working. What I need now is a standalone master data which do not need to link to any exiting records. Can any1 tell me how to create this?

    Just go to the definition of the variable for which you have created a customer exit. There you will find a check box for "Ready for Input". Just tick that checkbox and the variable will be available as a selection variable in the reports selection screen.
    Regards,
    Yogesh

  • Can I create administrator user in OIM

    Hi
    Can I create a new Administrator user in OIM?
    What I mean by Administrator user is, It should be able to do all operations which "XELSYSADM" user can do.
    Thanking You
    Kiran Thakkar

    In OIM access rights are not at user level. Instead they are at group level. xelsysadm is a special predefined user that belongs to SYSTEM ADMINISTRATORS group and hence he has access to everything. Similarly any user you create and make a member of SYSTEM ADMINISTRATORS group will have all access same as xelsysadm

  • Help Pls: Create New User Form and display custom attributes +++

    Hi All,
    I am trying to create a user screen where a user would see all the organizations he is responsible for and clicking on the organization he would see the certain attribute of all the users that belong to the organization. (Kind of report)
    Account attribute need to be defined with 2 custom attributes:
    1. Organizations Responsible for
    2. Belongs to which organization.
    3. Status
    The first 2 attributes are used to define the organization heirarchy (we can't use the org heirarchy as is in IDM).
    I am just starting on the Sun IDM (very new to the product). Could you please let me know how this could be done? Which form I need to modify and any other changes I need to make.
    Thanks a lot and have a pleasant day,
    Ritesh
    PS: I know this is a long question but i really don't know how to better explain the problem.

    A workaround is to write a PL/SQL procedure to render the custom item (pass in each attribute as a paramter and then use htp.p to print it whatever format you want). You can then disable the default display of attributes (i.e. edit the style so none of the attributes are rendered).
    Hope that helps,
    Mark

Maybe you are looking for

  • 11i install on SuSe Linux 7.3

    Has anybody tried that? Is it working ? I know on Suse site the support matrix is showing SuSe 7.0 is supported. But I want to try Suse7.3. Any clue or tricks welcome. Thank in advance. Bhupendra B Babu

  • How to get the image in docking control  in a report using doc management

    HI All My question is that is that i am storing one image using documents in jha2n. Now I want to get that image in report using Document management. Pls guide how to proceed as I am new and dont know anything about document management. Thanks Pooja

  • Images Offline, NAS Drive in Finder but can't Reconnect

    Aperture 3.0.2, Mac OS 10.6.3 I have all referenced images on network drive. It's all there in the finder but aperture says it's offline. Furthermore, the reconnect button is always greyed out. Even more odd is sometimes when I relaunch Aperture, it

  • Delete scroller from other class

    Hi. I have FlashSite class where after clicking to button i see page with text and with scroll. If i click to 'close' button i want removeChild this page, text and scroll. But for scroll i use code from other class. (i insert this class like: import

  • Update project fields including custom fields

    Hello forum members, i am trying to write a utility that would migrate project data from Oracle database into Project Server by using CSOM. However, SetCustomFieldValue() method is not working for me. I am getting the following  'Microsoft.ProjectSer