OIM.. challenge questions one at a time

Hello,
I have a requirement in OIM wherein when a user logs, the challenge questions needs to be posted one a time, rather than all the questions. I could not find any hint from system properties or in tables of OIM. Wanted to know if this do-able and if yes, what parameters need to be set?
Any help is appreciated.
Thank you..

Does that mean, I have to write a custom code for this feature??

Similar Messages

  • OIM challenge question complete customisation

    Hi,
    I have two requirements.
    1. My requirement is that instead of 3 Challenge questions for Forgot password feature in OIM, I need a text field which will ask for email id of the user. As soon as user gives the emailid and clicks on submit,the emailid should be validated with the userid provided and his lost password should be retrieved and mailed to his email id.
    2. Instead of 3 Challenge questions for Forgot password feature in OIM, I need a text field which will ask for email id of the user. As soon as user gives the emailid and clicks on submit,the emailid should be validated with the userid provided. Then a new password should be set for that userid and a mail should be triggered with that new set password.
    Please let me know which one of the above is possible and how to implement it??

    If you talk about customization then you can implement both cases but I can't give you estimation like how much time will it take to implement.
    2nd way will be easier than this.
    If we think OOTB, if you go to lookup and make the question : Enter your email address
    You can set Users' Email address as the answer for this question (May ways - sch task).
    So whenever user want the new password then he will be asked a question "Enter your Email Address"
    He has to provide email address and it will be authenticated against OIM and you can just create an entity adapter which will send the email to user with new password. No UI customization. Just little bit coding.
    Even you don't need email. So no need to create entity adapter. So just go to Desogn console and do sm changes in System Configuration for questions like no of questions from 3 to 1 and do changes in lookup.

  • OIM Challenge question and answers

    Hi,
    Is there some way I can prevent users from putting in the same answer for all the challenge questions?
    For example OOTB you can say sam, sam and sam for all 3 challenge questions.
    Thanks in advance.

    Yes, you can easily add additional questions to the Lookup.WebClient.Questions Lookup to allow some additional choices. We have added quite a few additional choices, we have noticed that removing them once people have selected them causes some errors.
    You can also customize the required number of questions to select when each user sets them up as well as the number required to be correct to reset the password, these options are in the System Configuration settings.
    If you need multi-language versions of the questions, you will also need to modify the appropriate language resource file in the xlWebApp.war file to provide the necessary translations for the values entered into the Lookup.

  • OIM-Challenge Questions

    In OIM,
    there are 5 secuirty Questions.
    1.I want that users cant enter same answer for all questions? How it can be done any idea?
    2. Can I force users to answer all 5 questions instead of 3 ?
    Thanks
    Vivek

    1. you can enter the same answers, but it is not possible to force all answers to be the same
    2. system configuration PCQ_NO_OF_QUES

  • OIM 11g R2 PS1 - custom challenge question by user

    Hello.. we have a requirement to let end user create their own challenge question? OOTB I don't see any option to let users enter thier own password challenge question during the time of challenge question registration.
    While I was going through the OIM documentation I came across this property PCQ.USE_DEF_QUES for which the documentations says:
    http://docs.oracle.com/cd/E21764_01/doc.1111/e14308/system_props.htm
    For customers who have customized their UI to allow end-users to set their own challenge questions, this property determines whether the user must select challenge questions from a predefined list in the Web Application, or if users are required to provide their own questions.
    Note: Functionality that allows end-users to set their own challenge questions is not supported in the standard out-of-the-box user interface.
    Any ideas or suggestions on how or where to do the customization for this requirement?

    Check the for duplicacy in OBJ_KEY column of the process defination. If duplicate values exit then set them to 'null'  and commit. Restart OIM if required

  • About the challenge questions of OIM

    Regarding the users who come from the trusted source, how to deal with their challenge questions? Because we can not Recon the password from trusted source,so the user can not login to OIM to set the answers. Any suggestions?
    Thanks.

    Let the oim user record be created with the default password (same as user id).
    Write an event handler that updates the password with the new password (randomly generated password that meets your password complexity rules (if one exists in your scemario).
    After the trusted recon cycle completes, write a scheduler that will send a mail to the user's manager with the user's oim user id and password. you will need to iterate through all the users in the system and for each record fetch the manager id, fetch the manager's mail address and then send a mail to that email address with the current recor's user login and password.
    Makes sense?

  • RE: Extracting  OIM Password and Challenge Questions

    Hi,
    I am trying to look at the best way to extract OIM password and challenge questions from one system to another and wondered if any one could point me in the right direction. I am guessing that I need to use the UnauthenticatedSelfService API.
    Regards,
    Simon

    //Get Challenge Questions
    Long l = moResultSet.getLongValue("Users.Key");
    >>
    challengeQues = moUserUtility.getChallengeValuesForUser(l);
    if(challengeQues != null) {
    String s[] = challengeQues.getColumnNames();
    for (int k = 0; k < challengeQues.getTotalRowCount(); k++) {
    challengeQues.goToRow(k);
    String question = challengeQues.getStringValue("Users.Password Challenge Question.Question");
    String answer = challengeQues.getStringValue("Users.Password Challenge Question.Answer");

  • Question about controlling both handles or one at a time

    I am using a trial version of Illustrator CS5 on Windows 7. I know how to select an anchor or its handle(s). But I do not know why I sometimes am controlling both of an anchors handles when I move one of them, or when I am moving only one at a time.
    My question is: how to make it so I move both handles at the same time or how to make it so I am only moving one at a time?

    yes you can use the direct select tool plus alt (option keys) or the convert anchor point tool to adjust only one handle at a time and you use the direct select tool without the alt (option key) to adjust both at the same time but be aware that once you adjust one of the anchor points independent of the other then you have made a corner (angle) anchor point and just using the direct select tool will not bring back the control over the two anchor points.
    That means you have t use the convert anchor point to convert it back to a smooth anchor point, which will require you to adjust the path in a radial way that is both segments on both sides of that anchor point will move out of the position and follow a different form than it had before converting to a smooth anchor point.
    The way around this is to go to the control Panel and use the button to convert to smooth anchor point which will give you a more desired result nd you can use the convert to corner anchor point button as well as yet another way of converting
    So you should experiment so you understand the use of the direct select tool the pen tool the convert anchor point tool and the keyboard controls and the control panel.

  • Oim 11g Custom Challenge questions

    hi,
    does oim 11g allows users to setup custom challenge questions.
    Sun Idm does have this feature..
    any idea on Oracle Idm..
    thank you.

    How to add custom challenge questions in OIM 11g
    Find below link for 11gR2
    http://srini-bellamkonda.blogspot.in/2012/11/adding-custom-challenge-questions-in.html

  • Adding custom challenge questions in OIM 11gR2

    Friends,
    Can you please let me know the process to add new custom challenge questions in OIM 11gR2?
    Thanks

    Detailed steps have been given in my blog at the below url.
    http://srini-bellamkonda.blogspot.com/2012/11/adding-custom-challenge-questions-in.html
    Have a look and let me know if you have any questions.

  • Custom challenge questions in OIM 11gR2

    Hi,
    Please let me know how to add custom challenge questions in OIM 11gR2?

    Follow the steps given in blog to add custom challenge questions.
    http://srini-bellamkonda.blogspot.com/2012/11/adding-custom-challenge-questions-in.html

  • OIM 11g - get localized challenge questions

    Hi,
    I am trying to retrieve the challenge questions for a given user through the APIs. Right now I am doing what follows:
    challengeQuestions=unAuthSS.getChallengeQuestions(username);
    but this returns the english version of the questions. I would like to get the italian version of those. I know they exists somewhere because it's the localized version that OIM prompts to the user on password recovery.
    How can I accomplish this task?
    Thanks in advance
    Alex

    I guess the localisation is happening via the resource bundles , not that the questions are stored in DB in the localized format .
    Thanks

  • OIM Localization for Challenge Question Problem

    Hi...
    I'm trying to provide localization for User Challenge Questions. I've followed instructions here:
    http://download.oracle.com/docs/cd/B32386_01/generic.902/b32149/componts.htm#BEIIIEGA
    But when user log in from OIM Administrative and User Console, challenge question still appear in English. I've modified language option for this user (FR, DE, NL) and still no luck. Do I miss something here?
    Anyway, below are the step I've done:
    - add custom challenge questions from OIM Design console
    - modify properties file in $OIM_HOME/xellerate/customResources/
    - restart OIM
    Thx in Advance,
    Andre

    @Surendra
    as my previous post, It already works in Administrative & User Console (based on browser language).
    @Rajiv
    My bad, I didn't check that it's our custom field. This settings will only available in future release.
    italics
    user.language: Oracle Identity Manager uses this property for back-end activities, for example, for automatic e-mail generation when sending email to users. You set this property during installation, when you select a language. boldIn future releases, this setting will be in user preferences*bold*, and there will be no system-wide language setting.
    italics
    I have another question. Does OIM support localization on challenge question using its API?

  • OIM 11g R2 Custom Challenge Questions

    What is the process in R2 to add new challenge questions
    I have added the new questions to lookup 'Lookup.WebCLient.Questions' and to the adfCommonModel BUndles but it is throwing errors when I access the User Information page.

    Hi,
    The main points are descrobed here.
    http://docs.oracle.com/cd/E27559_01/admin.1112/e27149/app_localizing.htm#CHDJDHCF
    Basically you need to locate the resource-bundle file in this WAR (ear) file:
    OIM_HOME/server/apps/oracle.iam.ui.model.ear
    (unpack it, add your custom questions, and then re-deploy the WAR)
    I know, it's not pretty..
    Regards,
    Henrik

  • Allow users to create Challenge Questions in OAAM

    Hi,
    I have OAAM 11.1.1.5 BP01 implemented and integrated with OIM and OAM 11.1.1.5.2.
    I want to know if a user can be provided with the functionality to create his own challenge questions instead of selecting the OOTB ones.
    If yes, what would be the implementation steps to achieve this?
    Please respond.
    Thanks,
    -Kulesh...

    AFAIK, no. You can definitely customize the existing challenge question set to add/edit/remove any number of questions from the OOTB defaults per your client/organization's requirements... but on an individual user level, there is no functionality to custom define their own unique question/answer set.

Maybe you are looking for

  • Application Insights is not recording any data from the released version of my Windows Phone app

    I released my first Windows Phone app a week ago, and Application Insights worked perfectly to collect usage data whilst in a debug build. However, the released version of the app is not returning any data at all. Is this a common problem for new app

  • Screen resolution, changes are not saved

    Hi Folks, When I change the screen resoultion (from 800*600 to 1280*800), it's OK but it comes back to the former resolution systematically after booting. In the same order I can't change the sreen image and some of the pwd of my mail accoud is not s

  • Archiving Object PP_BKFLUSH

    We are in the process of archiving PP_BKFLUSH for our client. 1. Can anyone help me by sharing any documents on the functionalities, restrictions and dependencies of the archiving object PP_BKFLUSH (other than in help.sap)? and 2. Any document on the

  • Where did My B_Tree in-order-trave  go wrong ?

    Hi Could someone check my code please I am trying to in-order trave a Binary tree The left hand side seams Ok . But when I reach the root and then move to the right .... ? Is there is another way to re write my code . It seams to be too long Thanks i

  • Friend responds to ichat and msg saying user did not respond

    Problem: When I start an ichat with a friend, she accepts and soon after, ichat says the user did not respond, even though she did. We are both out of North America at the moment - could this be the problem? MacBook Pro   Mac OS X (10.4.8)