Leave a Comment:
7 comments
Hi ,
i want training on oracle idm ,(admin , not devrlpmnt)
please suggest where can i get this course .
Reply@ Naveen,
Focus Thread is starting OAM Administration Training. Check
http://focusthread.com/training/oracle-access-manager-administrator-training
ReplyI am not using OIM, so I am manually setting orclisenabled to DISABLED when I want to disable a user. The problem is that when logging in to OAM, the wrong error code is returned. Instead of getting OAM-5 for a disabled account, I am getting OAM-2 which is an authentication failure. Is there a setting somewhere that is suppressing the correct error code?
ReplyThat is as expected. OAM user session class does not have error code or message showing user disabled and hence you will see login failed.
The available error codes can be seen from BaseUserSession class as shown below.
UserSession.ERR_WRONG_PASSWORD
UserSession.ERR_USER_LOCKED_OUT
UserSession.ERR_PASSWORD_EXPIRED
and so on.
getStatus of UserSession will return only few error codes.
ReplyHi Mahendra,
I need your help on displaying OAM-5 error response on login page when user is disabled. How can we achieve in OAM 11g. Could you please let me know the steps.
Thanks,
Kiran
Hi,
Am using OID, which is associated with OAM. Can you help me on adding orclisenabled attribute to a user.
Reply