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

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 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.

  • 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

  • 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

  • Time Machine Disk Self-ejects, and more

    I'm using a 1 TB FreeAgent GoFlex external USB drive as my Time Machine back up. Half the time it works perfectly, other times it suddenly ejects itself and I get a message about how the disk was ejected improperly. If I pop out the USB cable, then plug it back in, the disk remounts and goes on as before. Other times it will begin backing up, and seems to get stuck in "back up" mode. It keeps evaluating the main hard drive until it's time to shut down for the day. I can't make it stop. If I go ahead and shut down, the computer quits everything down to the bare desktop, then locks up. If I shut down while not stuck in "evaluating" the computer shuts down normally.
    How do I make the disk quit self ejecting?
    How do I keep it from getting stuck "evaluating" the disk?

    I have a similar problem which only recently developed with my Seagate FreeAgent Desktop Classic. The drive ejects only during TM backups. Here's the message from the TM widget:
    Starting standard backup
    Backing up to: /Volumes/TM/Backups.backupdb
    Event store UUIDs don't match for volume: Macintosh HD
    No pre-backup thinning needed: 309.2 MB requested (including padding), 365.05 GB available
    Unable to rebuild path cache for source item. Partial source path:
    Error: (-39) SrcErr:YES Copying (null) to (null)
    Copied 8845 files (84.6 GB) from volume Macintosh HD.
    No pre-backup thinning needed: 534.6 MB requested (including padding), 280.31 GB available
    Stopping backup.
    Error: (-43) SrcErr:NO Copying /Users/angeloferraro/Library/Preferences/Macromedia/Flash Player/#SharedObjects/EC6L7AJD to (null)
    Copied 8625 files (184.9 MB) from volume Macintosh HD.
    Copy stage failed with error:11
    Stopping backupd because the backup volume was ejected!
    Error writing to backup log. NSFileHandleOperationException:* -[NSConcreteFileHandle writeData:]: Input/output error
    Backup failed with error: 27
    have reformatted the external drive which has not helped.
    No problem if TM is switched off. No disk errors with Apple's native disk utility, however Seagate's drive manager reports that "the selected drive failed its most recent diagnostic test" but does not provide any further information.
    Have sent an email to seagate and awaiting their reply. Drive still under warranty.

  • 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

  • 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!!

  • 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.

  • Companies and self-registration.

    Hi,
    I would like to implement self-registration module at
    the portal (EP6SP2) with an option to TYPE the name of
    the company the user belongs to, which can be used later
    as "company" in the portal meaning. It is almost like this
    (http://help.sap.com/saphelp_ep60sp2/helpdata/en/8e/53921c6d00064b8c58e528fd914dd4/content.htm),
    with one big BUT. The list of the companies cannot be
    defined in ume.tpd.companies property of ume.properties
    file before the users will type it. It have to grow up
    with the portal and the new companies the users type in.
    Is it possible to add companies to that list programmatically?
    To save server restart after that?
    Meanwhile I add a company the user typed at the self-
    registration procedure as an attribute of IUserMaint,
    but if I'd like to use it as companies in the portal
    concept - I can't.
    Thank you,
    Yuri

    Yuri,
       I am facing a similar problem. Were you able to find any solution. The situation is bit more complex at my end. I have approximately 5000+ Suppliers and each of them will have one designated Admin who will be handling the User Administration of users registering from that supplier (could be 1 to 10 from each supplier). Also he will need to assign them roles. Now before he can assign them roles he himself will need to have 'Role Assigner' rights. But i still need to figure out how would the users be able to specify the company during the registration because without that how will the portal know which administrator to redirect him to.
    Any thoughts ?
    Vishal
    Message was edited by: Vishal Vadodaria

Maybe you are looking for

  • Meeting invites no longer show in the notifications pane of iCal

    I have been using Snow Leopard since it was released to the public and after a recent update I noticed that I could never see the Exchange meeting invites in the notifications pane. When I looked closer I saw that all the meeting invites were automat

  • Having a library on multiple hard drives

    So in the past year I became a mac convert and I use my mac mini for just about everything I can. I'm thinking of buying a new ibook when they come out in march/april and have a question about itunes for anyone who can answer. I currently have about

  • Use of submit button

    Hello, could somebody help? I'm trying to put a text button plus a submit button in order for the website viewer to enter some text and click on the submit button to transfer the content to an emailaddress. The problem: how to make the submit button

  • Use of session files?

    Hello, I am building a web application where the users can create an account which is stored on a database. And the site allows them to login and upload science based images and text. When the user logs in rather than them having later re-enter there

  • Java regex problem

    Hi: I have the following texts in a flat file: scheduler is running system default destination: llp device for ps3: /dev/ps3 device for ps: /dev/ecpp0 device for llp: /dev/ecpp0 How can I use java regex to print out the string after "device for " in