Self registration and modification of tjspSelfRegistrationTiles.jsp

Hello,
How can the tjspSelfRegistrationTiles.jsp be modified to add a combo box to the self registration form?
Where can we find this file? Do we need to also modify the FormMetadata.xml file?
Where can we find documentation on how to modify the tjspSelfRegistrationTiles.jsp file?
Thanks
Khanh

Hi
To add a combo box to OIM Self-reg page you need to modify both FormMetaData.xml and jsp.
For example you need to add the following code in xml.
under <FormManagementMetaData>
<Attribute name="Users.Title" label="global.label.title" displayComponentType="ComboBox" dataLength="80" map="Users.Title" useInRule="true" />
this is the attribute
Add label to xlWebAdmin_en_US.properties file.
Now add the reference inside <Form name="SelfRegistrationUserForm">
<AttributeReference optional="false">Users.Title</AttributeReference>
Now in jsp .
<logic:equal name="field" property="type" value="ComboBox">
<html:select name="selfRegistrationForm" property="<%=msName%>"styleClass="Fields">
<html:option value=""></html:option>
</html:select >
<logic:notEqual name="field" property="type" value="ComboBox">
place it at appropriate positions.
Add

Similar Messages

  • Self Registration and Attestation is not working in OIM 9.1.0.4

    Hi,
    i have setup a new OIM environment using OC4J. I am able to create users and provision IT resource but self registration and attestation is not working. not sure it is OC4J issue or OIM issue. For self registration it says request is submitted but when I login as xelsysadm and dlon't see any pending request and same thing happens for attestation. It dowsn't display any error but never gets completed and don't see this also in pending request list. If anybody has idea to debug the issue then let me know and thanks for help.
    Thanks,
    HC

    As per given bug it is looking for jars which is missing
    have you install connector using deployment manager?? if yes it copy required jars at target location. verify if not there copy jars in Scheduled Task folder.
    Check the document if any external jars required and same put at ThirdParty folder

  • Self-registration and the WWSSO_API_USER_ADMIN package

    I am using the wwsso_api_user_admin package to build a self registration JPDK portlet for my client to be run on the Portal Welcome page and I have a few questions. Just so you know, I am using Oracle 8.1.7.1.1 and Oracle Portal 3.0.9.8.2 all running on Win 2000.
    1. The package spec ssoumgt.pks is not clear as to which warning codes and exceptions can be returned or raise from create_user. All the other procedures in that package have explicit comments about which warnings and/or exceptions can possibly occur, but create_user does not. It makes sense that it would return OK_SO_FAR and DUP_USERNAME, but are there any other return codes and/or exceptions?
    2. The package spec ssoumgt.pks also states that the create_user procedure "will raise an exception if a dupicate user is created." During my unit testing, I only recieve a DUP_USERNAME warning when I try to register a username twice. Is there a similar exception, and if so, what causes it to be raised? The phrase in the spec also makes it sound like the duplicate username is created anyway before the exception or warning is returned. I suspect that the package has change, but someone forgot to update the comments in the package spec. Can you clarify this?
    3. In Portal, under Login Server Administration, I have set the Login Server configuration to disallow passwords to be the same as the user name and required passwords to contain at least one numeric digit and one character. However, these restrictions are not enforced by the create_user procedure in the wwsso_api_user_admin package. I can even supply a NULL password and the account is created in the login server. Is this a bug or am I not getting something?
    Thanks,
    Dennis

    are you working with 9iAS portals?
    portal_sso (or portal30_sso) schema was used to be in the 9iAS system. in the 10g family, it was replaced by orasso which resides in the infrastructure db.
    AMN

  • Self registration and challenge questions

    Hi All,
    From OIM, under Self-Register a user may Create Request for self registration. The user would be presented with the "User Information" fields to fill out. The user is also asked to answer some pre-defined challenge questions.
    Please help me with the following questions:
    1. Is there a way to not ask the challenge questions on this User Self-Registration form?
    2. Would it be possible to use some of the "User Information" fields such as MMDD of DOB, last 4 SSN, etc... to automatically populate the answers and questions in the PCQ table? This is to avoid asking the user to fill in the same values twice, once in the User Information fields and another time in the Challenge questions.
    Thanks

    Thank you for all your suggestions.
    After I changed the system configuration as stated in my second post message, I could no longer login to OIM. After I input the userID (xelsysadm) and password, the same login page showed up again without any error message.
    When I tried "Forgot Password?" and input the UserID (xelsysadm), I got the message:
    Your Oracle Identity Manager challenge Questions are not defined. Contact your System Administrator.
    When I tried to login to the Design Console as xelsysadm, I get this error:
    Sep 12, 2008 12:11:23 PM oracle.j2ee.rmi.RMIMessages EXCEPTION_ORIGINATES_FROM_T
    HE_REMOTE_SERVER
    WARNING: Exception returned by remote server: {0}
    oracle.oc4j.rmi.OracleRemoteException: java.lang.NullPointerException
    at com.evermind.server.ejb.EJBUtils.getUserException(EJBUtils.java:346)
    at com.evermind.server.ejb.interceptor.system.AbstractTxInterceptor.conv
    ertAndHandleMethodException(AbstractTxInterceptor.java:69)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invo
    ke(TxRequiredInterceptor.java:52)
    What did I do wrong?
    Thanks

  • Self Registration and More

    Hello Everyone,
    We are trying to protect one resource. We have installed Oracle Identity and Access Management Suite and also OID, OVD.
    What we want is to create external users through self registration in OIM and then provisioned them to OID. but what after user creation, will those users just stare at the screen. I mean, is there any way to redirect them to OAM protected resource link ?
    Or another thing that I came across while I googled was that: user goes to protected resource link and he is a new user so he clicks on new registration button from there he gets redirected to OIM S Registration link, there he gets self registered and provisioned to OID, and again get redirected back to that OAM protected resource page.
    Dont know if above thing is possible or not, if it is ? Please let me know how it can be achieved.
    Really seek guidance
    Thanks,
    PS

    Thanks for the reply.
    I think for now, we want to go with the out of the box page, except the link to OAM protected url.
    It would really be great, if you could please suggest on where & how to provide link to OAM protected url on the OIM self registration page ?
    Thanks,
    PS

  • Self registration and alias

    Hi community,
    as I've been told, I move my thread to this place, hoping to have much answers
    this is the situation I am facing : on a 7.01 portal SSO-connected to a R3 back end, my datasource is ABAP, and I have activated self registration onto my portal.
    Users are well created in ABAP, but my difficulty is here : we work with alias, and the created users with self registration have no alias, the alias field is not automatically populated with the provided logon id (as it is made with a java datasource...).
    A simple trick would be to populate the Alias ABAP field with the logon ID or the email address entered in the self registration screen, but I have no idea on how to do that...
    Does anyone has a hint to help me the way to find in which configuration searching this automatical alias population ?
    Thanks a lot.
    Fabien.

    Seems to be possible to create a user exit in CRM to do that, but not in the portal directly.
    Fabien.

  • OIM - Self Registration and Virtual Recognition

    Does anyone know if it's possible to integrate visual recognition (type in what you see) when a user is creating a self registration request? If possible, what is the level of effort?

    Thanks for the reply.
    I think for now, we want to go with the out of the box page, except the link to OAM protected url.
    It would really be great, if you could please suggest on where & how to provide link to OAM protected url on the OIM self registration page ?
    Thanks,
    PS

  • Self Registration in OIM 9.x

    Hi Guys,
    Share ur experience or else let me know the links where i can get the solution to the below mentioned scenario ---->
    1. I have to add few additional fields in the UDF form for self-registration ,without disturbing the existing availble fields.
    2. When submitting the request (after filling fields) it should have one Approval Level.
    Regards,
    Newbie
    Edited by: 837614 on May 31, 2011 2:09 AM

    So Guys here I am posting the deatils as an answer to query (1) --
    1. By default the location of FormMetaData.xml will be C:/Oracle/<ur Server folder>/xellerate/config
    2. Add all additional fields under these 2 heading <Form name="SelfRegistrationUserForm"> as well as
    <!-- User Self Registration and User Profile Modification section -->
    3. Restart the server.
    Cheers!!

  • ISE 1.2 Guest Self Registration

    We are in the middle of an ISE deployment.  We are currently on version 1.2, Patch 3.  One of our use cases for ISE is Guest Access.  I am trying to understand more about self registration functions in ISE.  What are the capabilities? Can a user access a self registration page, enter credentials such as an email address, or phone #, and receive an email or text message with the guest account credentials?

    yes Guest can acess self registration page and enter his name company email phone etc...and do self registration and can get the credentials via mail and sms
    http://www.cisco.com/c/en/us/td/docs/security/ise/1-2/user_guide/ise_user_guide/ise_guest_pol.html#pgfId-1482408

  • Self Registration in EP6 on WAS 6.40

    Hi all,
    Can someone tell me if Self Registration is possible without the use of the "Companies" concept in EP6 on WAS 6.40?  I'm certain custom code can be written but I'm just wondering what's available out of the box.
    Any thoughts on the level of complexity for the custom solution is welcome as well.
    Thanks,
    Andrew

    Hi,
    After thinking more about this, I guess I could just set up the portal to use one Company for all users to enable the Self Registration and workflow.  Are there any other side effects that I'm not thinking about by enabling companies?
    Thanks,
    Andrew

  • Error after entering user self registration details

    Hello all,
    I am getting an 2 errors: after i fill the user self registration and click create.  Any advice on how i can resolve this?
    some times i get:  "Error: Structure : No agent found."
    and sometimes i get: "Error: Function call cannot be executed; parameter contains errors"
    appreciate your time and help.-  will give points
    Arpita
    Edited by: Arpita Rani on Oct 22, 2008 4:46 AM

    Pls let me kow if you have resolved the issue as am facing the same issue.
    rgds,
    Manu

  • Self-registration as link

    I am using 9.02 and would like to implement the self-registration feature. I changed the global settings which expose the log-in portlet. Is it possible to only have the link for self-registration and not the login (userid + password) information shown. I already use a smart link for the log-in/log-out.

    Thank you! It works. I just used the part http://<midtier host>:<port>/pls/portal/portal.wwsec_app_self_reg.create_user because I didn't know what to put in for p_request and p_back.
    It calls the self-registration form, so I am not sure what the p_request and p_back are for?

  • Self registration & needs to send mail from admin to user.

    Hi friends,
    system needs to  send an e-mail from the administrator to the user, informing the user that self-registration was successful.
    i have made the congifuration as mentioned on sap help. i mean "ume.notification.
    selfreg_performed = TRUE"
    but still the user not getting emails automatically.
    can any one assist me on this case.
    thanks,
    udhaya.

    Hi Michael,
    i had done the self registration and email notification successfully thanks for your help & all also for all who helped me.
    But i have a small doubt notification mail "user successfully created" going to the Guest user from administrators mail, but administrator account not getting any mail. i need to get that mail in our administrator inbox. how to get this mail.
    Please assist me.
    thanks,
    Udhaya.

  • Adding field in Old Jsp based self registration application

    Hi,
    I have a requirement of addition of some fields and link in Self registartion on the login page.
    As we could not add any link in the self registartion field so i have deactivated the Web dynpro application.Now the Login page displays the old jsp based self registration.I am working on EP 7.0.
    Now my problem is how can i add fields to the Old Jsp based application to display it during registration.
    I have added some fields using the Configtool in the UME but how to make it display in the Self Registration page.
    Thanks,
    Amarys.

    Hi,
    I have not tried this but you will have to try this following things.
    1.Don't add any entry in FormMetaData.xml.If the value is in jsp then it should add value in database.Try this one first.
    2.Have this UDF as hidden and add entry into FormMetaData.xml and also add the entry in jsp.I think this should work if first is not working.
    3.Even if 2nd is not working then you might need to modify self registration class and put the value there.
    I haven't tried above method so I am not 100% sure which will work.
    Regards
    Nitesh

  • I want to integrate SMS gateway to Cisco ISE 1.2 and my question is SMS notifications are supported for Guest self−registration

    I want to integrate SMS gateway to Cisco ISE 1.2 and my question is 
    SMS notifications are supported for Guest self−registration Services ? or it should be done by Sponsor 

    I'm not sure I understand the question.  Do you want to log in to the Sponsor Portal using AD credentials?
    Create an Identity Source Sequence using AD as an Authentication Source.  Go to Administration > Identity Management > Identity Source Sequences.  Either Edit or +Add a Sequence and choose from the Authentication Sources shown.
    Then choose that Identity Source Sequence by going to Administration > Web Portal Management > Settings.  Double-click Sponsor from the Left Menu and click Authentication Source.  Choose the Identity Source Sequence.  Click Save.
    I hope this helps.
    Please Rate Helpful posts and mark this question as answered if, in fact, this does answer your question.  Otherwise, feel free to post follow-up questions.
    Charles Moreton

Maybe you are looking for