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

Similar Messages

  • 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

  • Problem while setting custom Challenge Questions in 11gR2

    Hi all,
    I am trying to add some custom Challenge Questions in 11gr2 but it is throwing error . For this first i added questions in Look up and then in customResources_en.properties and then i restarted OIM server.
    when a user is logging for the first time he has to set his challenge question there i am getting error like:
    JBO-29000: Unexpected exception caught: oracle.iam.ui.platform.exception.OIMRuntimeException, msg=JBO-29000: Unexpected exception caught: java.util.MissingResourceException, msg=Can't find resource for bundle java.util.PropertyResourceBundle, key KEY_WHATTHEHELL
    JBO-29000: Unexpected exception caught: java.util.MissingResourceException, msg=Can't find resource for bundle java.util.PropertyResourceBundle, key KEY_WHATTHEHELL
    Localized message not available. Error returned is: Can't find resource for bundle java.util.PropertyResourceBundle, key KEY_WHATTHEHELL
    Here My custom challenge question is:WHATTHEHELL.
    Its an urgent requirement, so reply ASAP.
    Thanks In Advance.

    If you are going for Localizing Challenge Questions and Responses
    http://docs.oracle.com/cd/E27559_01/admin.1112/e27149/app_localizing.htm#OMADM5054

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

  • 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");

  • 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

  • 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

  • OIM 11g: Custom Scheduler code

    Hi
    I need to develop custom scheduler in OIM 11g. But I am struck at how to use execute() method.
    public class CustomScheduler extends oracle.iam.scheduler.vo.TaskSupport {
    *//How to use execute(HashMap argMap) -- What hashmap data I need to pass to this method*
    Please help me out with a code snippet.

    Hi
    I created a scheduler job in OIM with parameters as IT Resource and Resource Object.
    Now through my custom scheduler I need to get the value of Parameter IT Resource.
    I don't want to extend SchedulerBaseTask class to get task attributes. Instead I am trying to get values of those attributes using oracle.iam.scheduler.vo.TaskSupport class.
    I tried with the below code. But it throws compile time error.
    public class HRReconciliationTask extends oracle.iam.scheduler.vo.TaskSupport {
         public void init()
              String itResource = getAttribute("IT Resource");//Error: getAttribute() is undefined for type HRReconciliationTask
         public void execute()
              //code here
    Pls help with code snippet.

  • OAM-OIM 11g User Lockout Question

    All,
    We have a OAM and OIM 11.1.1.3 installation and i am testing the invalid login attempt scenarios and came across teh following situation. I was wondering if you could give me steps or some pointers for resolving this:
    1. created an account [email protected] as xelsysadm and reset the password on first login
    2. Have the following OIM default parameters (these are the only configs that i could find are possibly related to this)
    XL.UnlockAfter - 0
    XL.MaxLoginAttempts - 10
    3. Entered incorrect password and for the initial 4 times i got the OAM login screen back with an error message "An incorrect Username or Password was specified"
    4. After 5th attempt i just got the error message "Error
    An incorrect Username or Password was specified"
    5. I go back the http://oimservername:oimport/oim i get the login screen again and enter [email protected] with an incorrect password next 4 times (total 9 now) I get login screen back with "An incorrect Username or Password was specified"
    6. after the 10th attempt with incorrect password i get a different error message with no login screen "Error
    The user account is locked. Please contact Administrator."
    7. I logged into OIM as xelsysadm -> administration -> search user [email protected] and it doesn't show that the account is locked. I lock it anyways explicitly by clicking the button the user screen and click unlock immediately and now enter [email protected] and correct password everything works.
    Few questions that i have are:
    1. how do i get the OAM/OIM system to behave consistently, (give an incorrect username or password message until the first 9 attempts with a login screen back to the end user and give them an error message at the end that the accoutn is locked". I am okay with out of the box message text
    2. How will our operations team understand that the user is really locked becuase they have nowhere to go find this information
    3. what are all the places where i will look for this information in the above scneario when the user account is locked by himself. (OVD/OID, USR table in OIM_DEV schema etc)
    4. Are there any other best practices that i should follow in setting up the system.
    Thanks in advance for reviewing this.
    Prasad.

    It appears to be all happening in OAM. After researching some more, I found this piece at http://download.oracle.com/docs/cd/E17904_01/doc.1111/e15740/idmint.htm#CACBBIDI.
    But never the less it doesn't explain how to unlock the user other than the workaround that i found. Did anyone else had to deal with this.
    x---------------------------------------------------------------x
    2.8.4.4 Account Lock and Unlock
    Oracle Access Manager keeps track of the login attempts and locks the account when the count exceeds the established limit.
    When an account is locked, Oracle Access Manager displays the Help Desk contact information.
    When contacted by the end user, the Help Desk unlocks the account using the Oracle Identity Manager administrative console. Oracle Identity Manager notifies Oracle Access Manager about the changes.
    Account Lock and Unlock Flow
    When the number of unsuccessful user login attempts exceeds the value specified in the password policy, the user account is locked. Any login attempt after the user account has been locked displays a page that provides information about the account unlocking process, which will need to be customized to reflect the process (Help Desk information or similar) that is followed by your organization.
    Note:
    Oracle Identity Manager does not support automatic locking of a user account after a specific period has elapsed.
    The following describes the account locking/unlocking flow:
    Using a browser, a user tries to access an application URL that is protected by Oracle Access Manager.
    Oracle Access Manager Webgate (SSO Agent) intercepts the request and redirects the user to the Oracle Access Manager login page.
    The user submits credentials that fail Oracle Access Manager validation. Oracle Access Manager renders the login page and asks the user to resubmit credentials.
    The user's unsuccessful login attempts exceed the limit specified by the policy. Oracle Access Manager locks the user account and redirects the user to the Oracle Access Manager Account Lockout URL, which displays Help Desk contact information.
    The user contacts the Help Desk over the telephone and asks an administrator to unlock the account.
    Oracle Identity Manager notifies Oracle Access Manager of the account unlock event.
    The user attempts to access an application URL and this event triggers the normal Oracle Access Manager single sign-on flow.

  • OIM 11g-OIA11g Integration question

    Hi All,
    As per the OIM-OIA Integration documentation, we need either OIM 9.1.0.2 BP14 or OIM11g BP3 to integrate with OIA 11gR1 BP3. But in our case, We have upgraded oim 9.1.0.2 BP 13 to oim 11.1.1.5.0. Now, I have two questions
    1. Do we need to apply BP3 on top of upgraded OIm 11.1.1.5 or not required to integrate OIA11g?
    2. Is those versions compatable to integrate OIm 11.1.1.5.0 and OIA 11.1.1.3.6?
    Please suggest me.
    Thanks.

    It would be compatible. See the statment below:
    To use this integration method you must have at least Oracle Identity Manager version 11gR1 BP3 or version 9.1.0.2 BP14a, and at least Oracle Identity Analytics 11gR1 BP3Oracle has mentioned about minimun requirement which is already met your case.

  • Problem creating OIM 11g Custom Schedule task

    hi,
    i am creating custom schedule task in oim . while importing scheduletask metadata xml getting follwoing error.
    Problem invoking WLST - Traceback (innermost last):
    File "/app/Oracle/Middleware/Oracle_IDM1/server/bin/weblogicImportMetadata.py", line 21, in ?
    File "/app/Oracle/Middleware/oracle_common/common/wlst/mdsWLSTCommands.py", line 268, in importMetadata
    File "/app/Oracle/Middleware/oracle_common/common/wlst/mdsWLSTCommands.py", line 727, in executeAppRuntimeMBeanOperation
    File "/app/Oracle/Middleware/oracle_common/common/wlst/mdsWLSTCommands.py", line 697, in getMDSAppRuntimeMBean
    UserWarning: MDS-91002: MDS Application runtime MBean for "OIMMetadata" is not available. "importMetadata" operation failure.
    can any one help me.
    Thanks in Advance.

    Do the following:
    From the oracle home (oracle_idm1) run the command <ORACLE_OIM_HOME>\common\bin\wlst.cmd
    Run the connect() command and connect with the weblogic user to the to the oim managed server (port 14000)
    Use the following command change your from location to the directory where your files are at. The location should be one folder up from the base "db" directory : importMetadata(application='oim', server='oim_server1', fromLocation='e:/files', applicationVersion='*')
    -Kevin

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

  • Customizing request datasets in OIM 11g

    Hi Friends,
    I have couple of questions/issues while customizing request datasets in OIM 11g. Can you please help me?
    1) I gave read-only="true" in my request dataset for one of the attribute, but I was still able to edit that attribute value while raising requests.
    2) I gave hidden="true" in my request dataset for one of the attribute, but I was still able to see that attribute while raising requests.
    3) I have around 90 attributes in my request dataset. Is there any way to display category type and under that category display the attrbitues i.e. just like attributes in user profile.
    4) As I have 90 attributes, I am expecting the format will be like first 45 will be shown in left panel(column) and remaining 45 in right panel (column). Instead of this , it is showing first 70 in left panel and the remaining 20 in right panel which is very ugly to see. Is there any way to show frist 45 on left side and remaining 45 on the right side? Please help me.

    Regarding the first two points:
    1) The read only property applies to the approver only, i.e. approver can read and not modify the attribute. It does not apply to the requester. I don't believe you can configure a read-only attribute in the data set.
    2) If you want to hide an attribute, you can restrict it in your request template.

Maybe you are looking for

  • Editing in Photoshop or Photoshop Elements: Basic workflow

    This question was posted in response to the following article: http://help.adobe.com/en_US/lightroom/using/WSF9ADEA57-1D69-43c5-B169-25A07CEC38CC.html

  • Abnormal heating after SMC update 1.8

    Hey guys, yesterday I upgraded SMC firmware to version 1.8, but since then my Macbook Air never gets under 50 C. I was used for temperatures around 39 C when running only internet webpages, or viewing PDFs, but now I hardly get close to 50 C when doi

  • Dazzle Hollywood DV Bridge no longer works with imovie

    For many years I had use the Dazzle Hollywood DV Bridge to transfer video from either a video camera, vhs, dvd player, etc with no problem. After not using it for about a year, I try to use it again now and it does not recognize the video signal comi

  • Quicktime is playing up

    I've updated both my iTunes and Quicktime today to the most recent of each, but when I try to play films in iTunes, it's still bringing up the message telling me to install Quicktime. Any helpers? I have Windows 7.

  • Reposting fixed costs to variable costs

    Hi Gurus, one of our subsidiary company uses target=actual method in the cost center accounting. Sometimes they forget to plan some cost elements during the planning process. If some costs incurred on these unplanned cost elements, SAP put all of the